From 1d0ce854feb65b89be48f5aeab8f0cf5f5a25d12 Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Thu, 11 Dec 2025 11:02:13 +0200 Subject: [PATCH] Add fstab/onboot.service --- fstab/onboot.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fstab/onboot.service 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