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