This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Big THX to Satmandu. | |
I just forked his scripts and added a README (https://gist.github.com/satmandu/4da5e900c2c80c93da38c76537291507) | |
HowTo: | |
create /lib/systemd/system/zpool-local.service and set your pool name (mine: tank) and the startup priority/Dependencies: | |
Before=smbd.service snap.lxd.daemon.service | |
ExecStart=+/usr/local/sbin/mount_zfs.sh tank | |