tvl-depot/users/tazjin/presentations/systemd-2016/demo/demo-timer.timer

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
198 B
SYSTEMD
Raw Normal View History

2016-01-21 16:21:39 +01:00
[Unit]
Description=Demonstrate systemd timers
[Timer]
OnActiveSec=2
OnUnitActiveSec=5
AccuracySec=5
2016-01-21 19:32:37 +01:00
Unit=demo.service
2016-01-21 16:21:39 +01:00
# OnCalendar=Thu,Fri 2016-*-1,5 11:12:13
[Install]
WantedBy=multi-user.target