mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
nixos/services/uxplay: update systemd service config
This commit is contained in:
parent
7d0ee596f2
commit
77411ba102
@ -39,6 +39,7 @@ in
|
||||
DynamicUser = true;
|
||||
User = "uxplay";
|
||||
Group = "uxplay";
|
||||
RuntimeDirectory = "uxplay";
|
||||
|
||||
Restart = "on-failure";
|
||||
LockPersonality = true;
|
||||
@ -69,6 +70,10 @@ in
|
||||
SystemCallArchitectures = "native";
|
||||
SystemCallErrorNumber = "EPERM";
|
||||
};
|
||||
unitConfig = {
|
||||
StartLimitBurst = 5;
|
||||
StartLimitIntervalSec = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user