Why does that command not want to work in a startup script? Is the boot environment different?
By default rc-local is not running; therefore, you will need to enable the server
# systemctl enable rc-local
When you reboot your box the script will execute as long as the execute bit is on
# chmod +x /etc/rc.local
Hope this help.
Kind Regards
Earl Ramirez
Earl Ramirez
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx