> sure. with the caveats that they're trivial, work in my ENV with systemd 228, 
> & are as yet untested in a production setup,

Tx.

>       [Unit]
>       Description=OpenDNSSEC v2 Signer daemon
>       After=syslog.target network-online.target
> 
>       [Service]
>       Type=forking
>       PIDFile=/var/run/opendnssec/signerd.pid
>       ExecStart=/bin/sh -c '/usr/local/opendnssec/sbin/ods-signerd -d &'
> 
>       [Install]
>       WantedBy=multi-user.target

I suggest this change though. (entire Service section)

>       [Unit]
>       Description=OpenDNSSEC v2 Signer daemon
>       After=syslog.target network-online.target
>
>       [Service]
>       Type=simple
>       ExecStart=/usr/local/opendnssec/sbin/ods-signerd -d
>
>       [Install]
>       WantedBy=multi-user.target

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to