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
Richard Laager 2020-02-14 23:05:23 -06:00
parent 6f06ff11bc
commit 4dd322f118
2 changed files with 2 additions and 2 deletions

@ -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