mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-24 05:59:33 -04:00
enable auto-restart for unbound and chronyd
This commit is contained in:
parent
b04898594a
commit
76c1ae3aaf
2 changed files with 4 additions and 0 deletions
2
systemd/system/chronyd.service.d/local.conf
Normal file
2
systemd/system/chronyd.service.d/local.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Service]
|
||||
Restart=always
|
2
systemd/system/unbound.service.d/local.conf
Normal file
2
systemd/system/unbound.service.d/local.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Service]
|
||||
Restart=always
|
Loading…
Add table
Add a link
Reference in a new issue