mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
fix: autossh test
This commit is contained in:
parent
9999d642ef
commit
328bd8438e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
test = ''
|
||||
plist=${config.out}/Library/LaunchDaemons/org.nixos.autossh-foo.plist
|
||||
test -f $plist
|
||||
grep '<string>exec /nix/store/.*/bin/autossh ' $plist
|
||||
grep '<string>exec /bin/wait4path /nix/store && exec /nix/store/.*/bin/autossh ' $plist
|
||||
grep '<string>exec.*-i /some/key ' $plist
|
||||
tr -d '\n\t ' <$plist |grep '<key>KeepAlive</key><true */>'
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue