mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Reverted root to jellyfin user
I needed root for testing
This commit is contained in:
parent
7963c0713d
commit
94e4402dd2
1 changed files with 3 additions and 3 deletions
6
rffmpeg
6
rffmpeg
|
|
@ -179,11 +179,11 @@ def load_config():
|
|||
# Parse the keys from the state group
|
||||
config["state_dir"] = config_directories.get("state", "/var/lib/rffmpeg")
|
||||
config["persist_dir"] = config_directories.get("persist", "/run/shm")
|
||||
config["dir_owner"] = config_directories.get("owner", "root")
|
||||
config["dir_group"] = config_directories.get("group", "root")
|
||||
config["dir_owner"] = config_directories.get("owner", "jellyfin")
|
||||
config["dir_group"] = config_directories.get("group", "sudo")
|
||||
|
||||
# Parse the keys from the remote group
|
||||
config["remote_user"] = config_remote.get("user", "root")
|
||||
config["remote_user"] = config_remote.get("user", "jellyfin")
|
||||
config["remote_args"] = config_remote.get(
|
||||
"args", ["-i", "/var/lib/jellyfin/.ssh/id_rsa"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue