16 lines
360 B
SYSTEMD
16 lines
360 B
SYSTEMD
|
[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
|