nixos/fcron: /var/run -> /run

This commit is contained in:
Bob van der Linden
2018-12-19 22:41:40 +01:00
parent 0cf1944c36
commit 798931135e

View File

@@ -100,8 +100,8 @@ in
in
pkgs.writeText "fcron.conf" ''
fcrontabs = /var/spool/fcron
pidfile = /var/run/fcron.pid
fifofile = /var/run/fcron.fifo
pidfile = /run/fcron.pid
fifofile = /run/fcron.fifo
fcronallow = /etc/fcron.allow
fcrondeny = /etc/fcron.deny
shell = /bin/sh