diff options
author | yhfudev | 2015-06-09 12:50:48 -0400 |
---|---|---|
committer | yhfudev | 2015-06-09 12:50:48 -0400 |
commit | 88a24706982eb83d66517774e3e3c6bf05441552 (patch) | |
tree | 8c10af0b430d7082eeeb2049f8b1ed21ff345059 /octoprint.service | |
download | aur-88a24706982eb83d66517774e3e3c6bf05441552.tar.gz |
Initial import
Diffstat (limited to 'octoprint.service')
-rw-r--r-- | octoprint.service | 13 |
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 |