|
|
@@ -1,3 +1,9 @@
|
|
|
# systemd-first-boot-script
|
|
|
|
|
|
-A skeleton for GNU+Linux system first boot configuration
|
|
|
+A skeleton for GNU+Linux system first boot configuration
|
|
|
+
|
|
|
+# References
|
|
|
+
|
|
|
+- [ubuntu - Run script on first boot - Server Fault](https://serverfault.com/a/853403/139286)
|
|
|
+- [How To Use Systemctl to Manage Systemd Services and Units | DigitalOcean](https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units)
|
|
|
+- [How to Create and Run New Service Units in Systemd Using Shell Script](https://www.tecmint.com/create-new-service-units-in-systemd/)
|