1
0

pkgs/run-with-docker-group: Add common env vars

This commit is contained in:
clerie 2024-09-12 09:44:38 +02:00
parent a85bccdaec
commit 04eb86fe14
Signed by: clerie
GPG Key ID: BD9F56480870BAD2

View File

@ -11,4 +11,7 @@ exec systemd-run \
"--property=SupplementaryGroups=docker" \
"--pty" "--same-dir" "--wait" "--collect" "--service-type=exec" \
"--quiet" \
"--setenv=PATH" \
"--setenv=EDITOR" \
"--setenv=PAGER" \
"$@"