Edit

IABSD.fr/ports/sysutils/runit/files

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:57:10
    Hash : 2b3700e3
    Message : drop RCS Ids

  • rc.shutdown
  • # Stop runit services.
    
    [ -e /service ] || exit 0
    
    echo 'Waiting for runit services to stop...'
    ${TRUEPREFIX}/sbin/sv -w196 force-stop /service/*
    ${TRUEPREFIX}/sbin/sv exit /service/*