forgot these
This commit is contained in:
parent
cb14a862b6
commit
fde9c4f29e
@ -1,7 +1,7 @@
|
||||
# Stop runit services
|
||||
|
||||
echo -n 'Waiting for services to stop...'
|
||||
svwaitdown -k -t350 /service/*
|
||||
/usr/local/sbin/svwaitdown -k -t350 /service/*
|
||||
if [ $? -eq 0 ]; then
|
||||
echo 'ok.'
|
||||
elif [ $? -eq 111 ]; then
|
||||
|
@ -3,4 +3,4 @@
|
||||
PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
|
||||
|
||||
exec env - PATH=$PATH \
|
||||
runsvdir /service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................'
|
||||
runsvdir -P /service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................'
|
||||
|
Loading…
Reference in New Issue
Block a user