mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-10 08:55:42 +08:00
10 lines
145 B
SYSTEMD
10 lines
145 B
SYSTEMD
|
[Unit]
|
||
|
Description=Check DNS service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/check-dns.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|