Try to fix newuidmap exec not found
This commit is contained in:
@@ -109,8 +109,6 @@ with lib;
|
||||
path = [ pkgs.podman pkgs.podman-compose pkgs.su pkgs.sudo pkgs.coreutils ];
|
||||
serviceConfig = {
|
||||
Type = "exec";
|
||||
User = "numbus-admin";
|
||||
Group = "users";
|
||||
TimeoutStartSec = "1000";
|
||||
ExecStartPre = [
|
||||
"${pkgs.bash}/bin/bash -c 'sleep $((RANDOM % ${toString startDelay}))'"
|
||||
|
||||
Reference in New Issue
Block a user