1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-17 12:44:00 +02:00
gluon-packages/net/sse-multiplex/files/sse-multiplexd.init
2015-12-16 17:00:51 +01:00

16 lines
181 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=50
SERVICE_WRITE_PID=1
SERVICE_DAEMONIZE=1
start() {
service_start /usr/sbin/sse-multiplexd
}
stop() {
service_stop /usr/sbin/sse-multiplexd
}