Delete octoprint_generic.service

This commit is contained in:
2024-07-27 18:21:39 -05:00
parent f6e8e25bd5
commit 1d135ce7a1

View File

@@ -1,14 +0,0 @@
[Unit]
Description=The snappy web interface for your 3D printer
After=network.online.target
Wants=network.online.target
[Service]
Environment="PORT=NEWPORT"
Environment="BASEDIR=OCTOCONFIG/NEWINSTANCE"
Environment="CONFIGFILE=OCTOCONFIG/NEWINSTANCE/config.yaml"
User=OCTOUSER
ExecStart=OCTOPATH serve --config=${CONFIGFILE} --basedir=${BASEDIR} --port=${PORT}
[Install]
WantedBy=multi-user.target