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.