bundlewrap/bundles/systemd-timers/files/template.timer

14 lines
204 B
SYSTEMD
Raw Normal View History

2022-02-06 12:39:52 +00:00
[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