diff options
Diffstat (limited to 'community/dbmail/dbmail-pop3d.service')
-rw-r--r-- | community/dbmail/dbmail-pop3d.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/dbmail/dbmail-pop3d.service b/community/dbmail/dbmail-pop3d.service new file mode 100644 index 000000000..eacef4459 --- /dev/null +++ b/community/dbmail/dbmail-pop3d.service @@ -0,0 +1,10 @@ +[Unit] +Description=DBMail pop3 Server +After=syslog.target network.target mysqld.service postgresql.service + +[Service] +Type=forking +ExecStart=/usr/sbin/dbmail-pop3d + +[Install] +WantedBy=multi-user.target |