unbound/unbound-keygen.service
Marcus Rueckert fb38fe6a18 - update to 1.4.21
merged lots of stuff from the fedora package
  - added python/munin/shlib/anchor subpackages
- currently the package only supports systemd

OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=6
2013-12-28 04:04:39 +00:00

16 lines
360 B
Desktop File

[Unit]
Description=Unbound Control Key And Certificate Generator
After=syslog.target
Before=unbound.service
ConditionPathExists=!/etc/unbound/unbound_control.key
[Service]
Type=oneshot
Group=unbound
ExecStart=/usr/sbin/unbound-control-setup -d /etc/unbound/
ExecStart=/sbin/restorecon /etc/unbound/*
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target