Browse Source
Fix systemd service example in quickstart.md
branches should be colon (':') delimited
pull/1564/head
Lorenz Barnkow
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
4 deletions
-
mkdocs/docs/quickstart.md
|
|
|
@ -138,8 +138,7 @@ ExecStart=/usr/bin/mergerfs \ |
|
|
|
-o category.create=pfrd \ |
|
|
|
-o func.getattr=newest \ |
|
|
|
-o dropcacheonclose=false \ |
|
|
|
/mnt/hdd0 \ |
|
|
|
/mnt/hdd1 \ |
|
|
|
/mnt/hdd0:/mnt/hdd1 \ |
|
|
|
/media |
|
|
|
ExecStop=/usr/bin/umount /media |
|
|
|
# Or if you need fusermount |
|
|
|
@ -205,8 +204,7 @@ ExecStart=/usr/bin/mergerfs \ |
|
|
|
-o category.create=pfrd \ |
|
|
|
-o func.getattr=newest \ |
|
|
|
-o dropcacheonclose=false \ |
|
|
|
/mnt/hdd0 \ |
|
|
|
/mnt/hdd1 \ |
|
|
|
/mnt/hdd0:/mnt/hdd1 \ |
|
|
|
/media |
|
|
|
ExecStop=/usr/bin/umount /media |
|
|
|
# Or if you need fusermount |
|
|
|
|