mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-16 08:56:46 +02:00
11 lines
242 B
Django/Jinja
11 lines
242 B
Django/Jinja
[Unit]
|
|
Description=Timer to start {{ service_name }}{{ SYS_SERVICE_SUFFIX }}
|
|
|
|
[Timer]
|
|
OnCalendar={{ on_calendar }}
|
|
RandomizedDelaySec={{ RANDOMIZED_DELAY_SEC }}
|
|
Persistent={{ persistent | default('false') }}
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|