Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
GNC Examples
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Setting custom shutdown delays and shutdown times === <pre class="dashed-box"> ############################################################################################################### GNC_PARAMETERS=' --runonce --skipinstall --abort ' ############################################################################################################### #Assign shutdown and end of day logoff variables to the pac.conf and netcustomization.conf files bashconfset.pl SHUTDOWN_UPDATE_DELAY [time] /etc/groovix/netcustomization.conf #Assign time, in minutes, before shutdown to display first warning message bashconfset.pl PAC_SHUTDOWN_WARNING_DELAY [time] /etc/groovix/pac.conf #Assign context of first warning message bashconfset.pl PAC_SHUTDOWN_WARNING_MESSAGE 'You have 10 minutes remaining until this computer shuts down. Please be sure to print and save your work or it will be lost.' /etc/groovix/pac.conf #Assign time, in minutes, before shutdown to display final warning message bashconfset.pl PAC_SHUTDOWN_LAST_WARNING_DELAY [time] /etc/groovix/pac.conf #Assign context of final warning message bashconfset.pl PAC_SHUTDOWN_LAST_WARNING_MESSAGE 'You have 5 minutes remaining until this computer shuts down. Please be sure to print and save your work or it will be lost.' /etc/groovix/pac.conf #set default closing time for all days ( must use 24 hour time, not am/pm ) : bashconfset GX_CLOSING_TIME[default]=20:00 /etc/groovix/groovix.conf # set closing times by day of the week ( must use 24 hour time, not am/pm ) : bashconfset GX_CLOSING_TIME[Mon]=20:00 /etc/groovix/groovix.conf bashconfset GX_CLOSING_TIME[Tue]=18:00 /etc/groovix/groovix.conf bashconfset GX_CLOSING_TIME[Wed]=20:00 /etc/groovix/groovix.conf bashconfset GX_CLOSING_TIME[Thu]=18:00 /etc/groovix/groovix.conf bashconfset GX_CLOSING_TIME[Fri]=17:00 /etc/groovix/groovix.conf bashconfset GX_CLOSING_TIME[Sat]=17:00 /etc/groovix/groovix.conf bashconfset GX_CLOSING_TIME[Sun]=13:00 /etc/groovix/groovix.conf # set special closing time override for a specific day, 2023-12-24 at 14:00 in this example: bashconfset GX_CLOSING_TIME[20231224]=14:00 /etc/groovix/groovix.conf
Summary:
Please note that all contributions to GroovixWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
GroovixWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)