diff --git a/fstab/onboot.service b/fstab/onboot.service new file mode 100644 index 0000000..6f96915 --- /dev/null +++ b/fstab/onboot.service @@ -0,0 +1,11 @@ +[Unit] +Description=Custom On-Boot Mounts and Service Restarts +After=local-fs.target + +[Service] +Type=oneshot +ExecStart=/root/onboot.sh +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target