Skip to content

Cron Jobs

Coleganet edited this page Dec 13, 2021 · 1 revision

Example of crontabab

For manually change execute crontab -e

@reboot sleep 30 && hiluxd -datadir=/root/.hiluxcore -conf=hilux.conf -daemon

@reboot sleep 30 && hiluxd -datadir=/root/.hiluxcore2 -conf=hilux.conf -daemon

@reboot cd /var/www/explorer && /usr/bin/npm run start > /dev/null 2>&1

@reboot /usr/bin/swapon -a > /dev/null 2>&1

* * * * * cd /root/sentinel-hilux && ./venv/bin/python3 bin/sentinel.py >/dev/null 2>&1

* * * * * cd /root/sentinel-hilux2 && ./venv/bin/python3 bin/sentinel.py >/dev/null 2>&1