mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-05 04:45:48 +01:00
Create octoprint.service
This commit is contained in:
14
files/extras/octoprint-server/octoprint.service
Normal file
14
files/extras/octoprint-server/octoprint.service
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=The snappy web interface for your 3D printer
|
||||||
|
After=network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Environment="LC_ALL=C.UTF-8"
|
||||||
|
Environment="LANG=C.UTF-8"
|
||||||
|
Type=exec
|
||||||
|
User=$USER
|
||||||
|
ExecStart=/home/$USER/OctoPrint/venv/bin/octoprint
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Reference in New Issue
Block a user