aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 11:58:40 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 11:58:40 +0100
commite2701a76b3e59f0490508183cc9dcd7cf63c5d6f (patch)
tree102593751da6df974a94f5dc3848abdd6e514bbf
parent2c6f076bd2af8c1692f00f481592255aaa7c7513 (diff)
Override restart only for chwp
-rw-r--r--.config/systemd/user/dapp-bg-.service.d/00-Restart.conf2
-rw-r--r--.config/systemd/user/dapp-bg-chwp.service.d/00-Restart.conf2
2 files changed, 3 insertions, 1 deletions
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