chore(systemd-presentation): Prepare for depot merge
This commit is contained in:
parent
91d7f03000
commit
8db37e3959
16 changed files with 1 additions and 0 deletions
12
presentations/systemd-2016/demo/demo-timer.timer
Normal file
12
presentations/systemd-2016/demo/demo-timer.timer
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue