Remove traps for scripts, let cgroup take care of it.

This commit is contained in:
Anthony G. Basile 2015-07-02 09:40:50 -04:00
parent 2d652d11c9
commit 8f7472881d
1 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,5 @@
#!/bin/bash -e
trap "kill -9 $$" SIGTERM
trap "kill -9 $$" SIGHUP
trap "kill -9 $$" SIGKILL
trap "kill -9 $$" SIGINT
echo root:root | chpasswd
useradd -m gentoo