summarylogtreecommitdiffstats
path: root/octoprint.service
blob: b064adab9fcd222b1f4c4d243b88c1f50b804e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Octoprint 3d Printing Web Server
After=network.target

[Service]
User=octoprint
Group=octoprint
Type=simple
ExecStart=/usr/bin/octoprint
Restart=on-failure

[Install]
WantedBy=multi-user.target