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:
parent
0bb3d00136
commit
2f5b2a56cf
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ let
|
|||
|
||||
atticadmWrapper = pkgs.writeShellScriptBin "atticd-atticadm" ''
|
||||
exec systemd-run \
|
||||
--quiet \
|
||||
--pty \
|
||||
--same-dir \
|
||||
--wait \
|
||||
|
|
Loading…
Reference in a new issue