On Thu, 19 Aug 2021 at 17:33, Aristedes Maniatis via freebsd-stable <[email protected]> wrote: [...] > How else can I get this script running as root remotely in a completely > unattended way?
The way it's usually done is with an rc script in /usr/local/etc/rc.d, eg: /usr/local/etc/rc.d/myscript and add the entry into /etc/rc.conf: myscript_enable="YES" The FreeBSD AWS instances uses this method to auto-install required packages. Cheers. -- Jonathan Chen <[email protected]>
