Skip to content

Commit

Permalink
Added info on systemd timers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Jul 19, 2017
1 parent cea4518 commit c7aa8c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -45,4 +46,9 @@ sudo systemctl stop [email protected]

# Show the config for the service
sudo systemctl cat tsdb-recorder.service

systemctl --user list-timers
```

## Timers
- https://niels.kobschaetzki.net/post/tag/systemd/

0 comments on commit c7aa8c0

Please sign in to comment.