summarylogtreecommitdiffstats
path: root/authdaemond.service
diff options
context:
space:
mode:
Diffstat (limited to 'authdaemond.service')
-rw-r--r--authdaemond.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/authdaemond.service b/authdaemond.service
new file mode 100644
index 000000000000..cd780caf0018
--- /dev/null
+++ b/authdaemond.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Courier Authentification Daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/authdaemond start
+ExecStop=/usr/bin/authdaemon stop
+PIDFile=/var/run/authdaemon/pid
+
+[Install]
+WantedBy=multi-user.target