File: mailutils-imap4d.service

package info (click to toggle)
mailutils 1%3A3.20-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 38,932 kB
  • sloc: ansic: 187,772; sh: 111,430; yacc: 7,463; cpp: 3,834; makefile: 3,166; lex: 1,972; python: 1,617; exp: 1,563; awk: 152; lisp: 132; sed: 31
file content (16 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=GNU IMAP4 daemon
Documentation=info:/usr/share/info/mailutils
Documentation=man:imap4d(8)
After=network.target rsyslog.service

[Service]
Type=forking
ExecStartPre=/usr/sbin/imap4d --config-lint
ExecStart=/usr/sbin/imap4d --daemon
ExecReload=/bin/kill -HUP $MAINPID
KillMode=mixed
Restart=always

[Install]
WantedBy=multi-user.target