Skip to content

Commit

Permalink
Added link to systemd section & example command to edit a unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Aug 3, 2017
1 parent c494cc3 commit aca274f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aca274f

Please sign in to comment.