[docs] More info in INSTALL about init files and system users (closes #126)

This commit is contained in:
ejurgensen 2017-07-10 20:05:00 +02:00
parent 072c940426
commit bf55e0f205

18
INSTALL
View File

@ -56,8 +56,9 @@ Then run the following (adding configure arguments for optional features):
make make
sudo make install sudo make install
Finally, read the bit in the bottom of this document about init scripts, read Finally, read the section 'Long version - after installation' in the bottom of
the README, edit the configuration file and restart the server. this document, which describes configuration, setting up init scripts and adding
a system user. Also see the README for usage information.
Quick version for Fedora Quick version for Fedora
@ -90,8 +91,9 @@ Then run the following:
make make
sudo make install sudo make install
Finally, read the bit in the bottom of this document about init scripts, read Finally, read the section 'Long version - after installation' in the bottom of
the README, edit the configuration file and start the server. this document, which describes configuration, setting up init scripts and adding
a system user. Also see the README for usage information.
Quick version for FreeBSD Quick version for FreeBSD
@ -300,14 +302,16 @@ Building with Pulseaudio is optional. Use --with-pulseaudio to enable.
Recommended build settings: Recommended build settings:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
After configure run the usual make, and if that went well, sudo make install After configure run the usual make, and if that went well, 'sudo make install'
Long version - after installation Long version - after installation
--------------------------------- ---------------------------------
After installation, edit the configuration file, /etc/forked-daapd.conf and After installation, edit the configuration file, /etc/forked-daapd.conf.
adjust the values at your convenience.
Note that 'sudo make install' will not install any system files to start the
service after boot, and it will not setup a system user.
forked-daapd will drop privileges to any user you'll specify in the forked-daapd will drop privileges to any user you'll specify in the
configuration file if it's started as root. configuration file if it's started as root.