1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-21 00:49:27 +03:00

Get rid of DynamicUser flag

This commit is contained in:
Tom McLaughlin 2022-09-15 01:05:28 -07:00
parent f13759e21f
commit 327e05c382

View file

@ -181,9 +181,6 @@ with lib;
"${stateDir}/${currentConfigTokenFilename}"
];
# By default, use a dynamically allocated user
DynamicUser = true;
KillSignal = "SIGINT";
# Hardening (may overlap with DynamicUser=)