Date: Fri, 19 Jul 1996 23:22:51 -0700 (PDT) From: Doug White <dwhite@riley-net170-164.uoregon.edu> To: "Eloy A. Paris" <Eloy.Paris@ven.ra.rockwell.com> Cc: questions@freebsd.org Subject: Re: Script run at shutdown? Message-ID: <Pine.BSI.3.94.960719232018.245J-100000@gdi.uoregon.edu> In-Reply-To: <2.2.16.19960719112832.3e671e4c@zeus.ven.ra.rockwell.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Jul 1996, Eloy A. Paris wrote: > Is there any way to run a script at shutdown, like after invoking the > commands shutdown, reboot or halt? Not really, that I know of. You could build a shell script that does what you need then runs shutdown. > In Linux you can do so in the script rc.0 which takes care of unmounting > file systems and maintenance stuff like that. The act of shutting down takes care of all that. > I need this because the very last thing I want to do after the system is > ready to die is to tell my UPS to kill power to preserve batteries. Someone asked about this already. If the UPS can "kill power" without turning off the power to the system, then you could use a script. But if that actually flips the power switch then hm. Why would your UPS burn batteries if the computer is turned off? UPSs should _never_ be turned off as it'll keep the batteries fresh & tested. Turning it off would allow the batteries to drain. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960719232018.245J-100000>