From c7aa8c0f741b7c17db74362b93c110a6d90058e7 Mon Sep 17 00:00:00 2001 From: Andres Hermosilla Date: Tue, 18 Jul 2017 17:30:14 -0700 Subject: [PATCH] Added info on systemd timers --- systemd.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systemd.md b/systemd.md index 8cbfb3c..069fce1 100644 --- a/systemd.md +++ b/systemd.md @@ -10,6 +10,7 @@ Important note, the `Environment=PATH=...` does not interopolate other environme - https://www.dynacont.net/documentation/linux/Useful_SystemD_commands/ - `/usr/lib/systemd/system` + ```shell # After installing config sudo systemctl daemon-reload @@ -45,4 +46,9 @@ sudo systemctl stop tsdb-alert@fail-cat.service.service # Show the config for the service sudo systemctl cat tsdb-recorder.service + +systemctl --user list-timers ``` + +## Timers +- https://niels.kobschaetzki.net/post/tag/systemd/ \ No newline at end of file