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:
parent
d830ae9af3
commit
9fec6dfa39
|
@ -49,6 +49,7 @@ in {
|
|||
LimitNOFILE = 8192;
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
StateDirectory = name;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue