Add fstab/onboot.service

This commit is contained in:
2025-12-11 11:02:13 +02:00
parent fbe9789e1f
commit 1d0ce854fe

11
fstab/onboot.service Normal file
View File

@@ -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