Please, please FreeBSD gurus, I need your help! 🙏

It’s not the best way but why not run your command as a cron task with @reboot. You could set your command up as a script and run the script @reboot from cron. I do this in one of my jails and it works fine.

@reboot sh /path/to/script

2 Likes