Update of /cvsroot/devil-linux/build/config/etc/init.d
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18479/config/etc/init.d
Added Files:
post_init.local
Log Message:
added a new init script /etc/init.d/post_init.local to help with some initializations scripts that need to run after everything else is up
--- NEW FILE: post_init.local ---
#!/bin/bash
#
# $Source: /cvsroot/devil-linux/build/config/etc/init.d/post_init.local,v $
# $Revision: 1.1 $
# $Date: 2015/12/29 17:24:14 $
#
# http://www.devil-linux.org
#
### BEGIN INIT INFO
# Provides: beep
# Required-Start: $last grsecurity
# Required-Stop:
# Default-Start:
# Default-Stop:
# Description: starts beep
### END INIT INFO
# Script with local commands to be executed after all the init scripts complete
#
# Here you can add things like updating spam signatures or whatever else you might need after everything else is up
|