m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/systemd.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2021-01-15 23:04:33 +0100
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2021-01-15 23:04:33 +0100
commit758da8fd3a73a70ef093e526207e904ecae60aa3 (patch)
tree27617b9c84b4fdb7982f18ae78645819ce70e97c /systemd.md
parent33921b69b45d4f41d18571416be2c255ce4ebddf (diff)
Update cheatsheets
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