remove Persistent systemd flag with no effect
Brought to you by:
edso
The systemd timers are created with the flag Persistent, which has no effect.
[Timer]
OnBootSec=15min
OnUnitActiveSec=1d
Persistent=true
This setting is not doing anything, as there is no OnCalendar timer set.
See;
https://www.freedesktop.org/software/systemd/man/systemd.timer.html
Note that this setting only has an effect on timers configured with OnCalendar=. Defaults to false.
Setting should be removed to avoid confusion.
Thanks! will be in the next release.. ede