mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-12-25 00:01:05 +08:00
Create check-dns.service
This commit is contained in:
parent
39bf505a79
commit
e0783090a0
1 changed files with 9 additions and 0 deletions
9
check-dns.service
Normal file
9
check-dns.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Check DNS service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/check-dns.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue