1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/octoprint_ynh.git synced 2024-09-03 19:46:26 +02:00
octoprint_ynh/conf/systemd.service
2020-01-25 22:46:07 +01:00

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