Start portmap with uid and gid 0 by default (#2317)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8635 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9b521ada0d
commit
cfa6fd40d5
@ -7,7 +7,7 @@ DEFAULT=/etc/default/$BIN
|
||||
|
||||
start() {
|
||||
[ -f $DEFAULT ] && . $DEFAULT
|
||||
$BIN $OPTIONS
|
||||
$BIN -u 0 -g 0 $OPTIONS
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user