1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

nixos: Suppress systemd-run's output in atticadm wrapper

This commit is contained in:
poscat 2023-03-02 20:27:43 +08:00
parent 0bb3d00136
commit 2f5b2a56cf
No known key found for this signature in database

View file

@ -35,6 +35,7 @@ let
atticadmWrapper = pkgs.writeShellScriptBin "atticd-atticadm" ''
exec systemd-run \
--quiet \
--pty \
--same-dir \
--wait \