浏览代码

Add comment about old versions of systemd and option compatibility (#275).

Dan Helfman 5 年之前
父节点
当前提交
1995c80e60
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      sample/systemd/borgmatic.service

+ 2 - 0
sample/systemd/borgmatic.service

@@ -15,6 +15,8 @@ IOSchedulingPriority=7
 IOWeight=100
 
 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
 
 # Delay start to prevent backups running during boot.