13 lines
282 B
Desktop File
13 lines
282 B
Desktop File
[Unit]
|
|
Description=OpenDNSSEC signer daemon
|
|
After=syslog.target network.target ods-enforcerd
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/var/run/opendnssec/signerd.pid
|
|
EnvironmentFile=-/etc/sysconfig/ods
|
|
ExecStart=/usr/sbin/ods-signerd -d $ODS_SIGNERD_OPT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|