Add PermissionsStartOnly to mpd service. Closes #6277
This commit is contained in:
parent
0a2e86849a
commit
d06122c58d
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ in {
|
|||
script = "exec mpd --no-daemon ${mpdConf}";
|
||||
serviceConfig = {
|
||||
User = "mpd";
|
||||
PermissionsStartOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue