From e2701a76b3e59f0490508183cc9dcd7cf63c5d6f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 16 Feb 2024 11:58:40 +0100 Subject: Override restart only for chwp --- .config/systemd/user/dapp-bg-.service.d/00-Restart.conf | 2 +- .config/systemd/user/dapp-bg-chwp.service.d/00-Restart.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .config/systemd/user/dapp-bg-chwp.service.d/00-Restart.conf diff --git a/.config/systemd/user/dapp-bg-.service.d/00-Restart.conf b/.config/systemd/user/dapp-bg-.service.d/00-Restart.conf index eedb19c..8a764e3 100644 --- a/.config/systemd/user/dapp-bg-.service.d/00-Restart.conf +++ b/.config/systemd/user/dapp-bg-.service.d/00-Restart.conf @@ -1,2 +1,2 @@ [Service] -Restart=on-failure +Restart=always diff --git a/.config/systemd/user/dapp-bg-chwp.service.d/00-Restart.conf b/.config/systemd/user/dapp-bg-chwp.service.d/00-Restart.conf new file mode 100644 index 0000000..eedb19c --- /dev/null +++ b/.config/systemd/user/dapp-bg-chwp.service.d/00-Restart.conf @@ -0,0 +1,2 @@ +[Service] +Restart=on-failure -- cgit v1.1