Skip to content

Commit

Permalink
lightdm: fix tmpfiles path (#46886)
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwu authored and xeji committed Sep 19, 2018
1 parent d57c9ec commit 1a15b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/display-managers/lightdm.nix
Expand Up @@ -252,7 +252,7 @@ in
};

systemd.tmpfiles.rules = [
"d /var/run/lightdm 0711 lightdm lightdm 0"
"d /run/lightdm 0711 lightdm lightdm 0"
"d /var/cache/lightdm 0711 root lightdm -"
"d /var/lib/lightdm 1770 lightdm lightdm -"
"d /var/lib/lightdm-data 1775 lightdm lightdm -"
Expand Down

0 comments on commit 1a15b10

Please sign in to comment.