Files
Nimux/rootfs-overlay/usr/lib/systemd/system/nimux-zfs-mount.service
2025-10-11 19:19:58 +02:00

24 lines
564 B
Desktop File

[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
Conflicts=shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
Environment=XONSH_HISTORY_BACKEND=none
Environment=XONSH_CACHE_DIR=/dev/null
Environment=XONSH_DATA_DIR=/dev/null
Environment=HOME=/tmp/xonsh-home
ExecStart=/usr/lib/nimux/nimux-early-mount.xsh
TimeoutStartSec=30s
[Install]
WantedBy=local-fs-pre.target