pro-tip: for the most part the bsd’s split from each other in the 90s. Thats a lot of lines of code to this day. You cannot bank on cron being the same in open as it is in free, net, dragonfly, etc.
> On Nov 13, 2024, at 3:56 AM, Corey <cor...@free.fr> wrote: > > does BSD's crontab have any difference than GNU/Linux's? > > Thanks > > November 12, 2024 at 11:49 PM, "Ronny Machado" <ronny.mach...@runbox.com> > wrote: > > On 11/12/24 12:23, Richard Bostrom wrote: > Please how do I run a script at startup? > > An easy way... > > in your crontab: > > @reboot tmux new-session -d '/usr/local/bin/syncthing' > > 1.- Use the full path. > 2.- Tmux makes your script running indefinitely...in case you want that, > otherwise, no need to use it.. > > HTH > -- R. >