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
No known key found for this signature in database
GPG key ID: 2A90361F99CF1795

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