Skip to content

Commit de460df

Browse files
Vitexusclaude
andcommitted
fix: add missing /usr/bin/csas-authorize launcher script
The systemd service unit references /usr/bin/csas-authorize but the file was never present in bin/, so the package shipped without it and the service failed with status=203/EXEC on every start. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c31ad58 commit de460df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/csas-authorize

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
php -q -f /usr/libexec/csas-authorize/daemon.php -- $@

0 commit comments

Comments
 (0)