Skip to content

Commit

Permalink
nullmailer: fix relative -> absolute path in preStart script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrgm committed Sep 28, 2017
1 parent 0978d59 commit f9d64a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/mail/nullmailer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ with lib;

preStart = ''
mkdir -p /var/spool/nullmailer/{queue,tmp}
rm -f var/spool/nullmailer/trigger && mkfifo -m 660 /var/spool/nullmailer/trigger
rm -f /var/spool/nullmailer/trigger && mkfifo -m 660 /var/spool/nullmailer/trigger
chown ${cfg.user} /var/spool/nullmailer/*
'';

Expand Down

0 comments on commit f9d64a0

Please sign in to comment.