diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-21 21:40:16 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-21 21:42:22 +0200 |
commit | 58a28dc1157107c74bc03b7558f57c5732299960 (patch) | |
tree | 48e89613e87a88dd24ecae6181a4e3872422a871 /etc | |
parent | 87e0ded55b547f35115dc83ac76db2729c043e85 (diff) | |
download | lbsd-58a28dc1157107c74bc03b7558f57c5732299960.tar.gz |
Move daily, weekly, monthly jobs to anacrontab
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 3cfc03e..81b929c 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -28,3 +28,4 @@ apmd=YES powerd=YES estd=YES squid=NO +anacron=YES |