openbsd-ports/sysutils/runit/files/rc.shutdown
simon fcb25d265d update to 1.7.2 from MAINTAINER Lars Hansson <lars@unet.net.ph>
Tested by various ports@ people and me.
2006-12-26 15:04:54 +00:00

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/*