fcb25d265d
Tested by various ports@ people and me.
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
# Stop runit services
|
|
|
|
echo -n 'Waiting for services to stop...'
|
|
/usr/local/sbin/sv -w196 force-stop /var/service/*
|
|
/usr/local/sbin/sv exit /var/service/*
|
|
|