-
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.
Added link to systemd section & example command to edit a unit file
- Loading branch information
Andres Hermosilla
committed
Aug 3, 2017
1 parent
c494cc3
commit aca274f
Showing
1 changed file
with
4 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 |
---|---|---|
|
@@ -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 [email protected] | |
sudo systemctl cat tsdb-recorder.service | ||
|
||
systemctl --user list-timers | ||
|
||
# Customize an existing services config | ||
systemctl edit nginx.service | ||
``` | ||
|
||
## Timers | ||
|