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

[Service]
User=octoprint
Group=octoprint
Type=simple
ExecStart=/opt/octoprint-venv/bin/python -m octoprint serve
Restart=on-failure

[Install]
WantedBy=multi-user.target