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 mailto:ronny.mach...@runbox.com?to=%22Ronny%20Machado%22%20%3Cronny.machado%40runbox.com%3E > 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. >