removed early mount service
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
/usr/lib/systemd/system/nimux-zfs-mount.service
|
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user