mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 03:39:54 +00:00
10 lines
No EOL
280 B
Text
10 lines
No EOL
280 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
if [ $1 -ne 0 ]; then
|
|
echo -e "-------------------------------------\n"
|
|
echo -e "socat failed to start! It will NOT restart\n"
|
|
echo -e "-------------------------------------\n"
|
|
fi
|
|
|
|
# signal to s6 this service should not be re-run
|
|
exit 125 |