mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
systemd: move never-fail to more appropiate location
This commit is contained in:
parent
f3c9d1006b
commit
918bdc2a97
6
etc/systemd/system/service.d/never-fail.conf
Normal file
6
etc/systemd/system/service.d/never-fail.conf
Normal 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
|
@ -1,4 +0,0 @@
|
||||
# To never stop retrying to start
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=5s
|
1
etc/systemd/system/yggdrasil.service.d/never-fail.conf
Symbolic link
1
etc/systemd/system/yggdrasil.service.d/never-fail.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../service.d/never-fail.conf
|
Loading…
Reference in New Issue
Block a user