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

nixos: Remove --same-dir in systemd-run invocation

`--working-directory /` was added in #26 but we forgot to remove
`--same-dir`.

Fixes #201.
This commit is contained in:
Zhaofeng Li 2024-11-10 12:10:23 -07:00
parent 75d4dd962d
commit edbe66288e

View file

@ -46,7 +46,6 @@ let
--quiet \
--pipe \
--pty \
--same-dir \
--wait \
--collect \
--service-type=exec \