1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

roon-server: add back state directory

This commit is contained in:
Alex Guzman 2019-08-09 22:21:46 -07:00
parent d830ae9af3
commit 9fec6dfa39

View file

@ -49,6 +49,7 @@ in {
LimitNOFILE = 8192;
User = cfg.user;
Group = cfg.group;
StateDirectory = name;
};
};