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:
parent
75d4dd962d
commit
edbe66288e
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ let
|
||||||
--quiet \
|
--quiet \
|
||||||
--pipe \
|
--pipe \
|
||||||
--pty \
|
--pty \
|
||||||
--same-dir \
|
|
||||||
--wait \
|
--wait \
|
||||||
--collect \
|
--collect \
|
||||||
--service-type=exec \
|
--service-type=exec \
|
||||||
|
|
Loading…
Reference in a new issue