summarylogtreecommitdiffstats
path: root/octoprint.service
diff options
context:
space:
mode:
authorAdam Goldsmith2015-06-08 09:02:01 -0400
committerAdam Goldsmith2015-06-08 09:02:19 -0400
commit14e8515dc7014bc0e7e17abb686f610aadd744fd (patch)
treec27201347d94cfb690315c4fce6bc0a35ecec52b /octoprint.service
downloadaur-14e8515dc7014bc0e7e17abb686f610aadd744fd.tar.gz
migrating to AUR4
Diffstat (limited to 'octoprint.service')
-rw-r--r--octoprint.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/octoprint.service b/octoprint.service
new file mode 100644
index 000000000000..b064adab9fcd
--- /dev/null
+++ b/octoprint.service
@@ -0,0 +1,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