URL details: vaheed.net/how-to-custom-startup-script-in-ubuntu/
URL title:
How to Custom Startup Script in Ubuntu | vaheeD khoshnouD
URL description:
Create your service file: sudo nano /etc/systemd/system/custom-startup.service And paste the following template: [Unit] Description=Custom Startup After=network.service [Service] ExecStart=/root/startup.sh [Install] WantedBy=default.target If sticking to the example above, create the shell script: sudo touch /root/startup.sh sudo chmod +x /root/startup.sh Next, let systemd know something changed: sudo systemctl daemon-reload Then enable and start the service: sudo systemctl enable
URL last crawled:
2024-07-22
URL speed:
0.177 MB/s,
downloaded in 0.200 seconds
We found no external links pointing to this url.