mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-03 16:04:53 +01:00
provide root flag
This commit is contained in:
parent
596c769a32
commit
9e28a21d73
1 changed files with 1 additions and 6 deletions
|
|
@ -8,13 +8,8 @@ USE_PROCD=1
|
|||
start_service() {
|
||||
procd_open_instance
|
||||
config_load topologyd
|
||||
config_get debug topologyd debug 0
|
||||
procd_set_param command "/sbin/topologyd"
|
||||
|
||||
if [ "$debug" -gt 0 ]
|
||||
then
|
||||
procd_append_param command --debug "$debug"
|
||||
fi
|
||||
procd_append_param command --root
|
||||
procd_set_param respawn
|
||||
procd_set_param stdout 1
|
||||
procd_set_param stderr 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue