rebuild of systemd design

This commit is contained in:
troyengel 2016-01-23 10:52:11 -06:00
parent c3295f77d7
commit 9ea5ba5453
9 changed files with 122 additions and 20 deletions

View file

@ -0,0 +1,19 @@
#
# /usr/lib/systemd/user/petrified.timer
#
# Note: Only one timer is needed if running multiple service
# units for multiple interfaces. No need to duplicate.
#
[Unit]
Description=Petrified update every 6 hours as %u
[Timer]
Unit=petrified.service
OnCalendar=6h
AccuracySec=1h
Persistent=true
[Install]
WantedBy=multi-user.target