/lib/systemd/system/cyrus-imapd.service is in cyrus-common 2.4.17+nocaldav-0+deb8u2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=Cyrus IMAP/POP3 daemons
After=local-fs.target network.target
[Service]
Type=simple
Environment=LISTENQUEUE=32 CONF=/etc/imapd.conf MASTERCONF=/etc/cyrus.conf
EnvironmentFile=/etc/default/cyrus-imapd
ExecStartPre=/usr/sbin/cyrus init-helper start
ExecStart=/usr/sbin/cyrmaster -l $LISTENQUEUE -C $CONF -M $MASTERCONF $OPTIONS
ExecStopPost=/usr/sbin/cyrus init-helper stop
[Install]
WantedBy=multi-user.target
|