You are not logged in.
Pages: 1
Greetings,
I'm following the wiki instructions of emby server and the last step is an invalid command.
Page: https://wiki.archlinux.org/index.php/Emby
Steps:
'Then you can extend the systemd service by creating the following file:
/etc/systemd/system/emby-server.service.d/write-permissions.conf
[Service]
SupplementaryGroups=media
ReadWritePaths=/mnt/media_files
UMask=0002
'
Doing this, the terminal reply with: [ Directory '/etc/systemd/system/emby-server.service.d' does not exist ]
The Wiki is updated? What I need to do?
Thank you.
Last edited by robafovio (2021-04-14 13:19:57)
Offline
That's not a command but a file path and the contents it should have. You are expected to create that path and file with the contents mentioned. This is almost always the case if an adjustment to a config file is suggested that is not yet currently present. The implication is that you create the path and the config file so that a different behavior from the defaults is employed.
This is even mentioned directly in the article
Then you can extend the systemd service by creating the following file:
what is unclear to you about that?
Last edited by V1del (2021-04-14 13:31:18)
Offline
Well, my poor interpretation. Thanks for the tip.
Offline
Please mark as [SOLVED] by editing the title in your first post if this is fixed.
Offline
Pages: 1