Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

shutdown script?
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
shutdown script?
4th Mar, 2016, 09:49 PM
Post: #2
Nachteule Offline
Administrator
******
Posts: 2,406
Joined: Dec 2014
Reputation: 122
RE: shutdown script?
I do not know if there is a already a standard procedure for shutdown (IMO not).

But, one way could be writing an upstart script which will be started on shutdown, reboot or both

cat /etc/init/down.conf
Code:
# Does anything at shutdown

# Only on shutdown
start on runlevel [0]
# Shutdown and reboot
#start on runlevel [06]

script
    # Do what you want here
    echo "Shutdown" >> var/log/shutdown.log
end script
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
shutdown script? - Skywatch - 4th Mar, 2016, 08:06 PM
RE: shutdown script? - Nachteule - 4th Mar, 2016 09:49 PM
RE: shutdown script? - Skywatch - 5th Mar, 2016, 12:14 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 14th Jun, 2025, 11:10 PM Powered By MyBB, © 2002-2025 MyBB Group.