/lib/systemd/system/imapproxy.service is in imapproxy 1.2.8~svn20171105-1build1.
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]
Documentation=man:imapproxyd(8)
Description=IMAP proxy
After=network-online.target courier-imap.service cyrus-imapd.service dovecot.service
Wants=network-online.target courier-imap.service cyrus-imapd.service dovecot.service
[Service]
Type=forking
ExecStartPre=/usr/share/imapproxy/prepare-chroot
ExecStart=/usr/sbin/imapproxyd -f /etc/imapproxy.conf
PIDFile=/run/imapproxy.pid
[Install]
WantedBy=multi-user.target
|