2023-10-10
Mastering System Events: Script Execution With @Reboot And Systemd

execute script before & after system events like startup, suspend & shutdown

for startup use @reboot with crontab -e

for others, write scripts under /lib/systemd/system-*

Read More