/lib/systemd/system/mtpolicyd.service is in mtpolicyd 2.02-3.
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=Modular policy daemon for postfix
Documentation=man:mtpolicyd(1)
After=network.target nss-lookup.target systemd-resolved.service
[Service]
Type=forking
User=mtpolicyd
ExecStart=/usr/bin/mtpolicyd
[Install]
WantedBy=multi-user.target
|