/lib/systemd/system/cyrus-imapd.service is in cyrus-common 2.5.10-3ubuntu1.
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 | [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
ExecStart=/usr/sbin/cyrmaster -l $LISTENQUEUE -C $CONF -M $MASTERCONF $OPTIONS
[Install]
WantedBy=multi-user.target
|