summaryrefslogtreecommitdiff
path: root/mandible.service
diff options
context:
space:
mode:
Diffstat (limited to 'mandible.service')
-rw-r--r--mandible.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/mandible.service b/mandible.service
new file mode 100644
index 0000000..efdb54a
--- /dev/null
+++ b/mandible.service
@@ -0,0 +1,11 @@
+[Unit]
+
+Description=Mandible is an image hosting server with RESTlike API.
+
+[Service]
+EnvironmentFile=-/path/to/mandible/env.sh
+ExecStart=/path/to/mandible/start.sh
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target