On Tue, 23 Aug 2016, arnaud gaboury wrote:
Do I have to add:
Persistent=true
and an OnBootSec entry ?

OnUnitActiveSec= without OnBootSec= is a bit problematic... if you never start the service manually (or have something else in systemd start it), then the OnUnitActiveSec= directive is ineffective, since there's no "previous" time for the "next" time to be calculated from.

Persistent=true is mostly useful if you care about catching up on missed triggers while the system wasn't running.

- Michael
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to