mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-07-18 00:45:53 +00:00
Add another formatting tweak
This commit is contained in:
parent
1006583fff
commit
f071e4544d
1 changed files with 4 additions and 4 deletions
8
SETUP.md
8
SETUP.md
|
|
@ -174,10 +174,10 @@ This guide is provided as a basic starting point - there are myriad possible com
|
|||
|
||||
* Use the traditional `/etc/fstab` by adding a new entry like so, replacing the paths and hostname as required, and then mounting it:
|
||||
|
||||
```
|
||||
transcode1 $ echo "jellyfin1:${jellyfin_data_path} ${jellyfin_data_path} nfs defaults,vers=3,sync" | sudo tee -a /etc/fstab
|
||||
transcode1 $ sudo mount ${jellyfin_data_path}
|
||||
```
|
||||
```
|
||||
transcode1 $ echo "jellyfin1:${jellyfin_data_path} ${jellyfin_data_path} nfs defaults,vers=3,sync" | sudo tee -a /etc/fstab
|
||||
transcode1 $ sudo mount ${jellyfin_data_path}
|
||||
```
|
||||
|
||||
* Use a SystemD `mount` unit, which is a newer way of doing mounts with SystemD. I personally prefer this method as I find it easier to set up automatically, but this is up to preference. An example based on mine would be:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue