systemd

  • 2024
  • 08. Aug 2024 Run a Script on Startup in Linux
  • To add a startup script on Linux that runs whenever the server is started or restarted, using systemd First, your /path/to/startup_script.sh #!/bin/bash # Your commands here echo "Server started