Formated text files
This commit is contained in:
@@ -12,17 +12,17 @@ depend() {
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting $RC_SVCNAME"
|
||||
start-stop-daemon \
|
||||
--exec $command \
|
||||
--user $command_user \
|
||||
--start -- start
|
||||
eend $?
|
||||
ebegin "Starting $RC_SVCNAME"
|
||||
start-stop-daemon \
|
||||
--exec $command \
|
||||
--user $command_user \
|
||||
--start -- start
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping $RC_SVCNAME"
|
||||
$command stop
|
||||
/bin/rm -f /var/lock/one/.novnc.lock
|
||||
eend $?
|
||||
ebegin "Stopping $RC_SVCNAME"
|
||||
$command stop
|
||||
/bin/rm -f /var/lock/one/.novnc.lock
|
||||
eend $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user