From 76c1ae3aaf1ff049c1ad777669335e428a2648d7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 14 Sep 2024 22:22:32 -0400 Subject: [PATCH] enable auto-restart for unbound and chronyd --- systemd/system/chronyd.service.d/local.conf | 2 ++ systemd/system/unbound.service.d/local.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 systemd/system/chronyd.service.d/local.conf create mode 100644 systemd/system/unbound.service.d/local.conf diff --git a/systemd/system/chronyd.service.d/local.conf b/systemd/system/chronyd.service.d/local.conf new file mode 100644 index 0000000..8a764e3 --- /dev/null +++ b/systemd/system/chronyd.service.d/local.conf @@ -0,0 +1,2 @@ +[Service] +Restart=always diff --git a/systemd/system/unbound.service.d/local.conf b/systemd/system/unbound.service.d/local.conf new file mode 100644 index 0000000..8a764e3 --- /dev/null +++ b/systemd/system/unbound.service.d/local.conf @@ -0,0 +1,2 @@ +[Service] +Restart=always