aboutsummaryrefslogtreecommitdiff
path: root/multimedia/emby-server/pkg-message
blob: 6a7b4a48c7997393db86343760c5fb387d57d3de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ 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
}
]