Created
February 4, 2022 12:15
-
-
Save shanehughes1990/b1f4473c018a78e22df7ccad52cf3788 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[Unit] | |
Description=Mergerfs media mount | |
Requires=gcrypt_media.service | |
After=gcrypt_media.service | |
[Service] | |
Type=forking | |
ExecStart=/usr/bin/mergerfs /data/local_media/media:/data/gcrypt_media /data/media -o rw,use_ino,allow_other,func.getattr=newest,category.action=all,category.create=ff,cache.files=auto-full | |
KillMode=process | |
Restart=on-failure | |
User=shanehughes | |
Group=shanehughes | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment