Add PermissionsStartOnly to mpd service. Closes #6277
This commit is contained in:
parent
0a2e86849a
commit
d06122c58d
@ -100,6 +100,7 @@ in {
|
|||||||
script = "exec mpd --no-daemon ${mpdConf}";
|
script = "exec mpd --no-daemon ${mpdConf}";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "mpd";
|
User = "mpd";
|
||||||
|
PermissionsStartOnly = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user