From 4e1f9ae3e7864e791d6df2c215ca70bd1e42eaf6 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 2 Aug 2015 00:16:24 +0200 Subject: Added multidomain support. --- mandible.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mandible.service (limited to 'mandible.service') 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 -- cgit v1.2.3