removed early mount service

This commit is contained in:
jonathan
2025-10-12 01:21:22 +02:00
parent f77ca7f659
commit 81f0741809
2 changed files with 3 additions and 6 deletions

View File

@@ -1 +0,0 @@
/usr/lib/systemd/system/nimux-zfs-mount.service

View File

@@ -1,11 +1,9 @@
[Unit] [Unit]
Description=Nimux early mount: ZFS import + overlay for /etc and /home Description=Nimux early mount: ZFS import + overlay for /etc and /home
DefaultDependencies=no DefaultDependencies=no
After=systemd-udev-settle.service Before=sysinit.target
Wants=systemd-udev-settle.service
Before=local-fs-pre.target local-fs.target
Wants=local-fs-pre.target
Conflicts=shutdown.target Conflicts=shutdown.target
Wants=sysinit.target
[Service] [Service]
Type=oneshot Type=oneshot
@@ -19,5 +17,5 @@ TimeoutStartSec=30s
[Install] [Install]
WantedBy=local-fs-pre.target WantedBy=sysinit.target