You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QnetGateway/dash/qngdash

7 lines
183 B

# Cronjob to kick off dash
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
@reboot root /bin/sleep 30 && /usr/bin/python3 /usr/local/bin/qng-info.py

Powered by TurnKey Linux.