13 lines
204 B
Desktop File
13 lines
204 B
Desktop File
[Unit]
|
|
Description=Octoprint service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=octoprint
|
|
Group=octoprint
|
|
Restart=always
|
|
ExecStart=/home/octoprint/bin/octoprint
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |