blob: ab5ec5135ab49ead75cc11db5daa6500686dd901 (
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
# OnCalendar=Thu,Fri 2016-*-1,5 11:12:13
[Install]
WantedBy=multi-user.target
|