1
1

Initial dump from Zyxel

This commit is contained in:
2026-04-17 17:00:52 +02:00
commit 81fec250f4
23116 changed files with 5231237 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/sh /etc/rc.common
START=15
SERVICE_DAEMONIZE=1
SERVICE_WRITE_PID=1
SERVICE_PID_FILE=/var/run/6distributed.pid
DISTRIBUTED_BIN=/usr/sbin/6distributed
start()
{
service_start $DISTRIBUTED_BIN
}
stop()
{
service_stop $DISTRIBUTED_BIN
}