Looking for dnssec-triggerd alpha testers!

"Jóhann B. Guðmundsson" johannbg at gmail.com
Thu Sep 22 19:03:22 UTC 2011


<snip>

If people are testing this it would be good if they could test the unit 
files for this too on F15+ hosts.
Afaik I have already converted the whole xelerance.com stuff and it's 
just laying there in bugzilla.

Create the relevant files in there relevant paths then run...

systemctl daemon-reload and systemctl start  
dnssec-triggerd-keygen.service  dnssec-triggerd.service

#/lib/systemd/system/dnssec-triggerd-keygen.service

[Unit]
Description=DNSSEC Unbound Forwarding Key Generator
Before=dnssec-triggerd.service
After=syslog.target
ConditionPathExists=!/etc/dnssec_trigger_control.key

[Service]
Type=oneshot
ExecStart=/usr/sbin/dnssec-trigger-control-setup
ExecStartPost=/sbin/restorecon /etc/dnssec-triggeer_*
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

# /lib/systemd/system/dnssec-triggerd.service

[Unit]
Description=DNSSEC Unbound Forwarding
After=syslog.target network.target unbound.service 
dnssec-triggerd-keygen.service

[Service]
Type=forking
PIDFile=/run/dnssec-triggerd/dnssec-triggerd.pid
EnvironmentFile=-/etc/sysconfig/dnssec-triggerd
RootDirectory=/var/lib/dnssec-triggerd
ExecStart=/usr/sbin/dnssec-triggerd
ExecStartPost=/etc/NetworkManager/dispatcher.d/01-dnssec-trigger-hook 
"all" "bootup"

[Install]
WantedBy=multi-user.target

#/etc/tmpfiles.d/dnssec-trigger.conf

d /run/dnssec-triggerd 0755 root root -


More information about the devel mailing list