mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Allow Fedora/CentOS mounting by default
This commit is contained in:
parent
72beadc74d
commit
b8b650540d
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ Defaults!RESTARTSERVER_SYSTEMD !requiretty
|
|||
Defaults!STARTSERVER_SYSTEMD !requiretty
|
||||
Defaults!STOPSERVER_SYSTEMD !requiretty
|
||||
|
||||
# Uncomment to allow the server to mount iso images
|
||||
# jellyfin ALL=(ALL) NOPASSWD: /bin/mount
|
||||
# jellyfin ALL=(ALL) NOPASSWD: /bin/umount
|
||||
# Allow the server to mount iso images
|
||||
jellyfin ALL=(ALL) NOPASSWD: /bin/mount
|
||||
jellyfin ALL=(ALL) NOPASSWD: /bin/umount
|
||||
|
||||
Defaults:jellyfin !requiretty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue