LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Run a Command at Every Bootup?
#4
Just make sure it looks like this

Code:
#!/bin/sh -e
#
# rc.local - executed at the end of each multiuser runlevel
#
# Make sure that the script will "exit 0" on success or any other
# value on error.

all the stuff you wanna run up there...yadda yadda

exit 0
https://unix.stackexchange.com/questions...c-rc-local

Or it might hang
Reply


Messages In This Thread
How to Run a Command at Every Bootup? - by leegold - 04-18-2014, 10:24 PM
Re: How to Run a Command at Every Bootup? - by leegold - 04-21-2014, 11:08 PM
Re: How to Run a Command at Every Bootup? - by warhawk8080 - 06-09-2018, 06:19 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)