forked from lix-project/lix
4 lines
43 B
Bash
4 lines
43 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
exec nix-daemon --no-trust "$@"
|