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

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

[Install]
WantedBy=multi-user.target