diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.in | 2 | ||||
-rw-r--r-- | etc/rc.in | 2 | ||||
-rw-r--r-- | etc/rc.shutdown.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 6aa36135..3c1210be 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -95,7 +95,7 @@ # We can set some things on a per service basis, like the nicelevel. #export SSD_NICELEVEL="-19" -# Pass ulimit parameters +# Pass ulimit parameters #rc_ulimit="-u 30" # It's possible to define extra dependencies for services like so @@ -6,7 +6,7 @@ # This gives us a nice colour boot :) [ -z "$TERM" -o "$TERM" = "dumb" ] && export TERM="@TERM@" -# Handle interrupts +# Handle interrupts trap : SIGINT trap "echo 'Boot interrupted'; exit 1" SIGQUIT diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in index e0231c73..115f212d 100644 --- a/etc/rc.shutdown.in +++ b/etc/rc.shutdown.in @@ -2,7 +2,7 @@ # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. -# Handle interrupts +# Handle interrupts trap : SIGINT SIGQUIT # Try and use stuff in /lib over anywhere else so we can shutdown |