summarylogtreecommitdiffstats
path: root/maraschino.service
diff options
context:
space:
mode:
authorSlashbunny2012-12-05 13:19:40 -0500
committerSlashbunny2012-12-05 13:19:40 -0500
commit9c68d273980f79e9506a5b5570d2768cf9b39108 (patch)
treec567145ead7245c6ec553a6c178cb4702a637579 /maraschino.service
parentddda0c10771f31b0b7382ca4c1c03f311eebb1af (diff)
downloadaur-9c68d273980f79e9506a5b5570d2768cf9b39108.tar.gz
Add systemd service file for maraschino
Diffstat (limited to 'maraschino.service')
-rw-r--r--maraschino.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/maraschino.service b/maraschino.service
new file mode 100644
index 000000000000..4c15947d63af
--- /dev/null
+++ b/maraschino.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Maraschino Daemon
+
+[Service]
+EnvironmentFile=/etc/conf.d/maraschino
+ExecStart=/usr/bin/maraschino -d -p ${PORT}
+GuessMainPID=no
+Type=forking
+User=root
+Group=root
+
+[Install]
+WantedBy=multi-user.target