/lib/systemd/system/pimd.service is in pimd 2.3.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 12 13 | [Unit]
Description=PIM-SM/SSM multicast routing daemon
After=network.target
[Service]
Environment=CONFIG_FILE=/etc/pimd.conf
Environment=DAEMON_ARGS=
EnvironmentFile=-/etc/default/pimd
ExecStart=/usr/sbin/pimd -f -c $CONFIG_FILE $DAEMON_ARGS
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|