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

11 lines
212 B
SYSTEMD
Raw Normal View History

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