Formated text files

This commit is contained in:
santic-zombie
2022-07-10 11:40:58 +03:00
parent 38c26d3580
commit d6437fcf63
8 changed files with 95 additions and 95 deletions

View File

@@ -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 $?
}