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