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

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

[Install]
WantedBy=multi-user.target