rebuild of systemd design

This commit is contained in:
tengel 2016-01-23 10:52:11 -06:00
parent 4e43af90cd
commit 7f865f525b
9 changed files with 122 additions and 20 deletions

View file

@ -0,0 +1,19 @@
#
# /usr/lib/systemd/system/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
[Timer]
Unit=petrified.service
OnCalendar=6h
AccuracySec=1h
Persistent=true
[Install]
WantedBy=multi-user.target