about summary refs log tree commit diff
path: root/presentations/systemd-2016/demo/demo-timer.timer
blob: 34eccb98b02a50b9c2c44655327e32dfe0943c97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Demonstrate systemd timers

[Timer]
OnActiveSec=2
OnUnitActiveSec=5
AccuracySec=5
Unit=demo.service
# OnCalendar=Thu,Fri 2016-*-1,5 11:12:13

[Install]
WantedBy=multi-user.target