mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Fix up the sysadm init.d scripts, set PREFIX properly and drop
the useless &
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
# Copyright (c) 2016 Ken Moore <ken@ixsystems.com>
|
||||
# Released under the 2-clause BSD license
|
||||
|
||||
command="/usr/local/bin/sysadm-server"
|
||||
command_args="&"
|
||||
command="%%PREFIX%%/bin/sysadm-server"
|
||||
pid=/var/run/sysadm.pid
|
||||
name="SysAdm Server (WebSocket)"
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
# Copyright (c) 2016 Ken Moore <ken@ixsystems.com>
|
||||
# Released under the 2-clause BSD license
|
||||
|
||||
command="/usr/local/bin/sysadm-bridge"
|
||||
command_args="&"
|
||||
command="%%PREFIX%%/bin/sysadm-bridge"
|
||||
pid=/var/run/sysadm-bridge.pid
|
||||
name="SysAdm Bridge"
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Copyright (c) 2016 Ken Moore <ken@ixsystems.com>
|
||||
# Released under the 2-clause BSD license
|
||||
|
||||
command="/usr/local/bin/sysadm-server"
|
||||
command_args="-rest &"
|
||||
command="%%PREFIX%%/bin/sysadm-server"
|
||||
command_args="-rest"
|
||||
pid=/var/run/sysadm-rest.pid
|
||||
name="SysAdm Server (REST)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user