From aca274f02f79908bf599d9cb0a41ee45f7004366 Mon Sep 17 00:00:00 2001 From: Andres Hermosilla Date: Wed, 2 Aug 2017 17:05:59 -0700 Subject: [PATCH] Added link to systemd section & example command to edit a unit file --- systemd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemd.md b/systemd.md index 069fce1..17d08a2 100644 --- a/systemd.md +++ b/systemd.md @@ -8,6 +8,7 @@ Important note, the `Environment=PATH=...` does not interopolate other environme - https://fedoramagazine.org/systemd-template-unit-files/ - http://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/ - https://www.dynacont.net/documentation/linux/Useful_SystemD_commands/ +- https://blog.tjll.net/systemd-for-impatient-sysadmins/ - `/usr/lib/systemd/system` @@ -48,6 +49,9 @@ sudo systemctl stop tsdb-alert@fail-cat.service.service sudo systemctl cat tsdb-recorder.service systemctl --user list-timers + +# Customize an existing services config +systemctl edit nginx.service ``` ## Timers