mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 07:48:04 +02:00
THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[Unit]
|
||||
Description=Timer to start {{service_name}}{{ SYS_SERVICE_SUFFIX }}
|
||||
Description=Timer to start {{ service_name }}{{ SYS_SERVICE_SUFFIX }}
|
||||
|
||||
[Timer]
|
||||
OnCalendar={{on_calendar}}
|
||||
RandomizedDelaySec={{RANDOMIZED_DELAY_SEC}}
|
||||
OnCalendar={{ on_calendar }}
|
||||
RandomizedDelaySec={{ RANDOMIZED_DELAY_SEC }}
|
||||
Persistent={{ persistent | default('false') }}
|
||||
|
||||
[Install]
|
||||
|
Reference in New Issue
Block a user