Add PermissionsStartOnly to mpd service. Closes #6277
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user