More work on running upstart services as non-privileged user
This commit is contained in:
parent
a9a59337b8
commit
a790527e67
8 changed files with 8 additions and 5 deletions
|
@ -374,6 +374,9 @@ verbose "\n * Creating liquidsoap symlink..."
|
|||
ln -sf /usr/bin/liquidsoap /usr/bin/airtime-liquidsoap
|
||||
verbose "...Done"
|
||||
|
||||
sed "s@WEB_USER@${web_user}@g" ${SCRIPT_DIR}/lib/Upstart.conf > /etc/dbus-1/system.d/Upstart.conf
|
||||
|
||||
service dbus restart
|
||||
initctl reload-configuration
|
||||
|
||||
if [ ! -d /var/log/airtime ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue