diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-04-23 03:49:47 +0300 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-04-22 20:49:47 -0400 |
commit | 07bd0e02ef6395d1a57ce948ee427300b5284aff (patch) | |
tree | 033331eb2869afd4743fbbd2f76285b56f7b2d84 | |
parent | 0f5e13822d5b89fd36103093daf69af952bf0703 (diff) |
man: document the default for systemd.timer's Persistent flag (#3099)
Closes #3096
-rw-r--r-- | man/systemd.timer.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 22c83f790f..eb0afee141 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -253,7 +253,8 @@ during the time when the timer was inactive. This is useful to catch up on missed runs of the service when the machine was off. Note that this setting only has an effect on timers - configured with <varname>OnCalendar=</varname>. + configured with <varname>OnCalendar=</varname>. Defaults + to <varname>false</varname>. </para></listitem> </varlistentry> |