Merge pull request #33 from poscat0x04/suppress-systemd-run

nixos: Suppress systemd-run's output in atticadm wrapper
This commit is contained in:
Zhaofeng Li 2023-03-05 11:37:10 -07:00 committed by GitHub
commit fb1db7511c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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