/lib/systemd/system/opendnssec-signer.service is in opendnssec-signer 1:1.4.9-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 | [Unit]
Description=OpenDNSSEC signer daemon
After=network.target ods-enforcerd.service
[Service]
Type=simple
EnvironmentFile=-/etc/default/opendnssec
EnvironmentFile=-/etc/default/opendnssec-signer
ExecStart=/usr/sbin/ods-signerd -d $DAEMON_ARGS $ODS_SIGNERD_OPT
[Install]
WantedBy=multi-user.target
|