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