1
0
Fork 0

lexical: Auto-start

This commit is contained in:
Daniel Kempkens 2023-08-09 01:45:55 +02:00
parent f7bbdda504
commit e6c9cf055d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -51,7 +51,7 @@ beamPackages.mixRelease rec {
RELEASE_COOKIE=${pname}
export RELEASE_COOKIE
exec -a "$0" "$out/bin/lexical-nocookie" "$@"
exec -a "$0" "$out/bin/lexical-nocookie" start "$@"
EOF
chmod +x "$out/bin/lexical"