/lib/systemd/system/nullmailer.service is in nullmailer 1:1.13-1.2.
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 | [Unit]
Description=Mail Transport Agent
Documentation=man:nullmailer(7)
[Service]
Type=forking
ExecStart=/usr/sbin/nullmailer-send --daemon
User=mail
[Install]
WantedBy=multi-user.target
|