Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 328 Bytes

runonce is a simple script that adds a bash script and a systemd unit to run a bash script at the next system boot, archive the script with a date/timestamp, and add a log entry.

To use:
Install the rpm
systemctl enable runonce
Put the script you wish to run on next boot in /etc/local/runonce.d

Enjoy