m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/systemd.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 19:52:54 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 19:52:54 +0100
commit560b6470aada0b149f350a715f0f9d89ceca816c (patch)
tree30213a00e01a305ab94f0bcaa85ef319124db931 /systemd.md
parent66da6023f8d034d0ebaf04e43d0dc5a16ac8161a (diff)
Add systemd dropins
Diffstat (limited to 'systemd.md')
-rw-r--r--systemd.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/systemd.md b/systemd.md
index 32d04ce..3c1a1a8 100644
--- a/systemd.md
+++ b/systemd.md
@@ -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>