Also make other services background

This commit is contained in:
Joe Maloney
2016-11-10 14:47:05 -08:00
parent a09dfabb2b
commit 752662ad8b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# Released under the 2-clause BSD license
command="/usr/local/bin/sysadm-bridge"
command_args=""
command_args="&"
pid=/var/run/sysadm-bridge.pid
name="SysAdm Bridge"

View File

@@ -3,7 +3,7 @@
# Released under the 2-clause BSD license
command="/usr/local/bin/sysadm-server"
command_args="-rest"
command_args="-rest &"
pid=/var/run/sysadm-rest.pid
name="SysAdm Server (REST)"