nixos/munge: do not create unnecessary log dir

/var/log/munge is not used. All log messages go to syslog
This commit is contained in:
Markus Kowalewski 2018-10-21 20:37:11 +02:00
parent ca127588c1
commit e3a86019d6
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -53,8 +53,6 @@ in
chmod 0700 ${cfg.password}
mkdir -p /var/lib/munge -m 0711
chown -R munge:munge /var/lib/munge
mkdir -p /var/log/munge -m 0700
chown -R munge:munge /var/log/munge
mkdir -p /run/munge -m 0755
chown -R munge:munge /run/munge
'';