mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Update init.d scripts, don't need to do shutdown, and also
use correct keyword for "net"
This commit is contained in:
@@ -8,6 +8,7 @@ pid=/var/run/sysadm-bridge.pid
|
||||
name="SysAdm Bridge"
|
||||
|
||||
depend() {
|
||||
need syscons network
|
||||
need syscons net
|
||||
after bootmisc
|
||||
keyword -shutdown
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@ pid=/var/run/sysadm-rest.pid
|
||||
name="SysAdm Server (REST)"
|
||||
|
||||
depend() {
|
||||
need syscons network
|
||||
need syscons net
|
||||
after bootmisc
|
||||
keyword -shutdown
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@ pid=/var/run/sysadm.pid
|
||||
name="SysAdm Server (WebSocket)"
|
||||
|
||||
depend() {
|
||||
need syscons network
|
||||
need syscons net
|
||||
after bootmisc
|
||||
keyword -shutdown
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user