OPNsense Forum

Archive => 23.1 Legacy Series => Topic started by: SkeelKat on April 14, 2023, 02:37:11 PM

Title: Execute Command After Startup
Post by: SkeelKat on April 14, 2023, 02:37:11 PM
Hi Guys,

I use a custom curl URL to notify me on my Telegram when my servers have completed startup. I am looking to do the same thing with OPNsense, but cannot figure out how to go about it.

The GUI CRON section has no support for a custom curl command, and adding the entry to /etc/crontab makes no difference.

on Debian and other Linux Distros I use the @reboot directive of cron to achieve this.