1
0
Fork 0
knowledge-base/KB/Linux/Server/unbound/systemd/unbound_update_adservers.service

11 lines
210 B
SYSTEMD
Raw Normal View History

2022-09-04 12:54:22 +00:00
[Unit]
Description=Run unbound_update_adservers
OnFailure=systemd_failure_notify@%n.service
[Service]
Type=oneshot
ExecStart=/bin/bash /root/scripts/unbound_update_adservers
[Install]
WantedBy=default.target