10 lines
210 B
Desktop File
10 lines
210 B
Desktop File
[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
|