notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
515 stars 143 forks source link

Configuration file #59

Closed maheshmarkus closed 9 years ago

maheshmarkus commented 9 years ago

I am running ympd as a service.

It would be good if there was a configuration file, so I could specify the webport (i.e. change it to 80 from 8080).

I expect this to be a documentation issue :)

Cheers, Mahesh

maheshmarkus commented 9 years ago

I solved my problem by editing /etc/init.d/ympd

I changed DAEMON_OPT="--user $YMPD_USER --webport 80"

I think updating the documentation to help install ympd as a service would be useful.

Thanks, Mahesh

notandy commented 9 years ago

How daemon options are applied is distribution specific, but I consider add it to the documentation.