diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 19:52:54 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 19:52:54 +0100 |
commit | 560b6470aada0b149f350a715f0f9d89ceca816c (patch) | |
tree | 30213a00e01a305ab94f0bcaa85ef319124db931 | |
parent | 66da6023f8d034d0ebaf04e43d0dc5a16ac8161a (diff) |
Add systemd dropins
-rw-r--r-- | systemd.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ After editing unit file, need to reload wih systemctl daemon-reload +### Drop-in editing + +Drop-ins will be in `/etc/systemd/system/<service>.d/`. Edit with + + systemctl edit <service> --drop-in=<drop-in name> + ## Logs journalctl -u <service> |