m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/systemd.md
diff options
context:
space:
mode:
Diffstat (limited to 'systemd.md')
-rw-r--r--systemd.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd.md b/systemd.md
new file mode 100644
index 0000000..30ff0cd
--- /dev/null
+++ b/systemd.md
@@ -0,0 +1,11 @@
+# Systemd control
+
+## Unit files
+
+Find unit file for given service:
+
+ systemctl status <service>
+
+After editing unit file, need to reload wih
+
+ systemctl daemon-reload