summaryrefslogtreecommitdiff
path: root/courier-mta-devel/courier-pop3d.service
diff options
context:
space:
mode:
Diffstat (limited to 'courier-mta-devel/courier-pop3d.service')
-rw-r--r--courier-mta-devel/courier-pop3d.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/courier-mta-devel/courier-pop3d.service b/courier-mta-devel/courier-pop3d.service
new file mode 100644
index 00000000..28f0b9bf
--- /dev/null
+++ b/courier-mta-devel/courier-pop3d.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Courier POP3 Daemon
+Requires=authdaemond.service
+After=authdaemond.service
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/pop3d start
+ExecStop=/usr/sbin/pop3d stop
+PIDFile=/run/courier/pop3d.pid
+
+[Install]
+WantedBy=multi-user.target