-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andres Hermosilla
committed
Jul 19, 2017
1 parent
cea4518
commit c7aa8c0
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [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/ |