Debian/Ubuntu: Separate a command
Having the systemctl enable command right with the unit file contents made it possible to confuse that command for part of the file contents. Fixes #9985
parent
6f06ff11bc
commit
4dd322f118
|
@ -410,9 +410,9 @@ This ensures that `bpool` is always imported, regardless of whether `/etc/zfs/zp
|
|||
|
||||
[Install]
|
||||
WantedBy=zfs-import.target
|
||||
```
|
||||
|
||||
systemctl enable zfs-import-bpool.service
|
||||
```
|
||||
|
||||
4.11 Optional (but recommended): Mount a tmpfs to /tmp
|
||||
|
||||
|
|
|
@ -390,9 +390,9 @@ This ensures that `bpool` is always imported, regardless of whether `/etc/zfs/zp
|
|||
|
||||
[Install]
|
||||
WantedBy=zfs-import.target
|
||||
```
|
||||
|
||||
systemctl enable zfs-import-bpool.service
|
||||
```
|
||||
|
||||
4.11 Optional (but recommended): Mount a tmpfs to /tmp
|
||||
|
||||
|
|
Loading…
Reference in New Issue