Jun 03, 2020 · Save file & exit. To get the full path of the command, you can run the ‘which’ command, $ which date. Now the command will execute on each startup or after a reboot as well. To add a script to the file, first make sure that the script is executable, $ chmod +x /home/linuxtechlab/test.sh & then edit the rc.local file, $ sudo vi /etc/rc.local

Startup shell script Next, we create our custom shell script to be executed during systemd startup. The location and script name is already defined by service unit as /usr/local/bin/disk-space-check.sh. The content of the script can be simple as: How to Enable Programs and Custom Scripts to Run at Boot Jul 11, 2017 How to Run Bash Script as Root During Startup on Linux Nov 10, 2016 How To Run a Script In Linux - nixCraft Jan 16, 2020

The /etc/rc.d/rc.local script is executed by the init command at boot time or when changing runlevels. Adding commands to the bottom of this script is an easy way to perform necessary tasks like starting special services or initialize devices without writing complex initialization scripts in the /etc/rc.d/init.d/ directory and creating symbolic links.

Running script on startup, Fedora 30 - on using Fedora Jul 02, 2019 Ubuntu: run script at startup - Spiceworks

How to Execute a Command or Script at Reboot or Startup

Running script on startup, Fedora 30 - on using Fedora