nixos/fcron: /var/run -> /run
This commit is contained in:
parent
0cf1944c36
commit
798931135e
|
@ -100,8 +100,8 @@ in
|
||||||
in
|
in
|
||||||
pkgs.writeText "fcron.conf" ''
|
pkgs.writeText "fcron.conf" ''
|
||||||
fcrontabs = /var/spool/fcron
|
fcrontabs = /var/spool/fcron
|
||||||
pidfile = /var/run/fcron.pid
|
pidfile = /run/fcron.pid
|
||||||
fifofile = /var/run/fcron.fifo
|
fifofile = /run/fcron.fifo
|
||||||
fcronallow = /etc/fcron.allow
|
fcronallow = /etc/fcron.allow
|
||||||
fcrondeny = /etc/fcron.deny
|
fcrondeny = /etc/fcron.deny
|
||||||
shell = /bin/sh
|
shell = /bin/sh
|
||||||
|
|
Loading…
Reference in New Issue