mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
systemd service.d: move common explanations from never-fail.conf to README.md
This commit is contained in:
parent
d99566d26f
commit
39dffa8939
11
etc/systemd/system/service.d/README.md
Normal file
11
etc/systemd/system/service.d/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# systemd unit overrides
|
||||
|
||||
These are meant to be in `/etc/systemd/system/whatever.service.d/` and thus
|
||||
override the behaviour of the unit either in `/etc/systemd/system` or
|
||||
`/lib/systemd/system`.
|
||||
|
||||
See `../*.d/` for services that either symlink here or other inspiration for
|
||||
using overrides.
|
||||
|
||||
**_DON'T PLACE THESE IN ACTUAL `/etc/systemd/system/service.d` OR THEY MIGHT
|
||||
AFFECT ALL SERVICES CAUSING UNEXPECTED BEHAVIOUR!_**
|
@ -1,6 +1,3 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user