mirror of
https://github.com/YunoHost-Apps/octoprint_ynh.git
synced 2024-09-03 19:46:26 +02:00
10 lines
187 B
Desktop File
10 lines
187 B
Desktop File
[Unit]
|
|
Description=Octoprint
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=octoprint
|
|
ExecStart=/opt/yunohost/octoprint/bin/octoprint serve
|
|
[Install]
|
|
WantedBy=multi-user.target
|