Automatically Execute Script at Linux Startup With Debian 9
Automatically Execute Script at Linux Startup With Debian 9
#
# rc.local
#
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# bits.
#
/root/run_this_at_startup.sh || exit 1
exit 0