Re: Easiest way to automatically run a script after reboot

2018-11-13 Thread Stuart Henderson
On 2018-11-10, Steve Williams wrote: > It does a few other housekeeping things like linking the mysql.sock > (MariaDB) from /var/www into the corresponding non-chroot area so that > tools work outside of httpd. No symlink is needed for this, see "chrooted daemons and MariaDB socket" in the mari

Re: Easiest way to automatically run a script after reboot

2018-11-10 Thread Steve Williams
Hi, Awesome!  Thanks for the pointer to cron!  I never knew the @reboot existed :) Cheers, Steve W. On 10/11/2018 3:22 PM, Christian Weisgerber wrote: On 2018-11-10, Steve Williams wrote: I have a script that I would like run after all the network is configured, daemons started, etc. I l

Re: Easiest way to automatically run a script after reboot

2018-11-10 Thread Christian Weisgerber
On 2018-11-10, Steve Williams wrote: > I have a script that I would like run after all the network is > configured, daemons started, etc. > > I looked at rc.local, but am not sure what is actually started after the > rc.local runs. Let's take a look at /etc/rc: ... [[ -f /etc/rc.local ]] &&