mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-21 14:12:55 -05:00
9 lines
161 B
SYSTEMD
9 lines
161 B
SYSTEMD
|
|
[Service]
|
||
|
|
Type=notify
|
||
|
|
NotifyAccess=main
|
||
|
|
ExecStart=/home/vagrant/unbound_systemd/unbound
|
||
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|