14 lines
204 B
SYSTEMD
14 lines
204 B
SYSTEMD
|
[Unit]
|
||
|
Description=Timer for Service ${timer}
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=${config['when']}
|
||
|
% if config.get('persistent', True):
|
||
|
Persistent=true
|
||
|
% else:
|
||
|
Persistent=false
|
||
|
% endif
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|