]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - unbound/systemd/unbound-keygen.service
unbound: New package
[people/amarx/ipfire-3.x.git] / unbound / systemd / unbound-keygen.service
1 [Unit]
2 Description=Unbound Control Key And Certificate Generator
3 After=syslog.target
4 Before=unbound.service
5 ConditionPathExists=!/etc/unbound/unbound_control.key
6
7 [Service]
8 Type=oneshot
9 Group=unbound
10 ExecStart=/usr/sbin/unbound-control-setup -d /etc/unbound/
11 RemainAfterExit=yes
12
13 [Install]
14 WantedBy=multi-user.target