systemd: move never-fail to more appropiate location

This commit is contained in:
Aminda Suomalainen 2023-08-03 11:50:12 +03:00
parent f3c9d1006b
commit 918bdc2a97
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,6 @@
# This file stops services from failing and will keep attempting to always
# restart them. Regardless of the location in my dotfiles, I would not place
# it here in the actual /etc
[Service]
Restart=always
RestartSec=5s

View File

@ -1,4 +0,0 @@
# To never stop retrying to start
[Service]
Restart=always
RestartSec=5s

View File

@ -0,0 +1 @@
../service.d/never-fail.conf