Files
Autodesk-Fusion-360-for-Linux/files/octoprint.service
2021-09-16 19:11:37 +02:00

15 lines
292 B
Desktop File

[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/OctoPrint/venv/bin/octoprint
[Install]
WantedBy=multi-user.target