opnsense-ports/multimedia/emby-server/pkg-message
Franco Fichtner 89dbc44225 */*: sync with upstream
Taken from: FreeBSD
2022-06-24 10:47:21 +02:00

17 lines
405 B
Text

[
{ type: install
message: <<EOM
To automatically start Emby Server at boot time:
# sysrc emby_server_enable="YES"
To then manually start Emby Server without rebooting:
# service emby-server start
Once started, visit the following webpage to configure:
http://localhost:8096/
If you are running emby-server in a jail, set "allow.mlock"
for this jail otherwise the program will fail to start.
EOM
}
]