remove the DynamicUser systemd serviceConfig option, it isn't used on user services
This commit is contained in:
parent
51831ae23a
commit
c3ba33d67a
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ in {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
DynamicUser = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue