summarylogtreecommitdiffstats
path: root/mongoose.service
diff options
context:
space:
mode:
authorsekret2015-06-09 20:05:18 +0200
committersekret2015-06-09 20:05:18 +0200
commitca87bb1578a58dc2ab75c7379d17177bfd65e740 (patch)
treebfab071361b9dcd66045cc67f0b2ad558747d37a /mongoose.service
downloadaur-mongoose-git.tar.gz
initial AUR4 import
Diffstat (limited to 'mongoose.service')
-rw-r--r--mongoose.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/mongoose.service b/mongoose.service
new file mode 100644
index 000000000000..338093cd6671
--- /dev/null
+++ b/mongoose.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Mongoose httpd
+After=syslog.target network.target remote-fs.target nss-lookup.target
+
+[Service]
+ExecStart=/usr/bin/mongoose /etc/mongoose/mongoose.conf
+
+[Install]
+WantedBy=multi-user.target