summarylogtreecommitdiffstats
path: root/octoprint.service
blob: bef842d32fc2b17a80792d2ab173a7e6691424f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Responsive web interface for controlling a 3D printer
After=network.target

[Service]
User=octoprint
Group=octoprint
Type=simple
ExecStart=/usr/lib/octoprint/bin/octoprint-serve

[Install]
WantedBy=multi-user.target