added mode 'json-rpc-native' to signal-json-rpc service

This commit is contained in:
Bernhard B 2026-03-22 22:10:16 +01:00
parent 50041eb947
commit fbf99edf0f

View File

@ -1,7 +1,7 @@
#!/command/with-contenv sh
# File: /etc/s6-overlay/s6-rc.d/signal-json-rpc/run
if [ "$MODE" != "json-rpc" ]; then
if [ "$MODE" != "json-rpc" ] && [ "$MODE" != "json-rpc-native" ]; then
echo "Running as mode: $MODE - skipping json-rpc setup"
sleep infinity # do nothing, but keep service running
exit 0