Add comment about old versions of systemd and option compatibility (#275).
This commit is contained in:
parent
24e1516ec5
commit
1995c80e60
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ IOSchedulingPriority=7
|
||||||
IOWeight=100
|
IOWeight=100
|
||||||
|
|
||||||
Restart=no
|
Restart=no
|
||||||
|
# Prevent rate limiting of borgmatic log events. If you are using an older version of systemd that
|
||||||
|
# doesn't support this (pre-240 or so), you may have to remove this option.
|
||||||
LogRateLimitIntervalSec=0
|
LogRateLimitIntervalSec=0
|
||||||
|
|
||||||
# Delay start to prevent backups running during boot.
|
# Delay start to prevent backups running during boot.
|
||||||
|
|
Loading…
Reference in a new issue