/lib/systemd/system/courier-mlm.service is in courier-mlm 0.78.0-2ubuntu2.
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 | [Unit]
Description=Courier MLM Daemon
Requires=courier-authdaemon.service
After=courier-authdaemon.service
[Service]
Type=forking
ExecStart=/usr/bin/webmlmd start /etc/courier/webmlmrc
ExecStop=/usr/bin/webmlmd stop /etc/courier/webmlmrc
PIDFile=/run/courier/webmlmd.pid
[Install]
WantedBy=multi-user.target
|