Archived
1
0

'docs/rffmpeg/Master-Install.md' updaten

This commit is contained in:
2020-05-03 00:52:57 +00:00
parent dbd5f18ce2
commit ac30edbbff

View File

@@ -32,8 +32,8 @@ Set the jellyfin user to login as bash in /etc/passwd
## Step 2: Install slave/render servers
### Getting info
Run `cat /etc/group | grep jellyfin:`, to get group info, i will refer to it as `<JelGroup>`
Run `cat /etc/passwd | grep jellyfin:` to get user info, i will refer to it as `<JelUser>`
Run `cat /etc/group | grep jellyfin:`, to get group info, i will refer to it as `<JelGroup>`
Run `cat /var/lib/jellyfin/.ssh/id_rsa.pub` To get ssh-key for sending commands , i will refer to it as `<MasterPubKey>`
Get the ip of the master, i will refer to it as `<MasterIP>`