m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/systemd.md
diff options
context:
space:
mode:
Diffstat (limited to 'systemd.md')
-rw-r--r--systemd.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd.md b/systemd.md
index 30ff0cd..3c1a1a8 100644
--- a/systemd.md
+++ b/systemd.md
@@ -9,3 +9,13 @@ Find unit file for given service:
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>