mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
mympd/mpfire: restart mpd after instalation
both addons need a restart of mpd after they are installed Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -29,4 +29,4 @@ ln -svf /etc/init.d/mpd /etc/rc.d/rc6.d/K35mpd
|
||||
ln -svf /var/ipfire/mpd/mpd.conf /etc/mpd.conf
|
||||
touch /var/log/mpd.log
|
||||
restore_backup ${NAME}
|
||||
/etc/init.d/mpd start
|
||||
/etc/init.d/mpd restart
|
||||
|
||||
@@ -29,5 +29,6 @@ ln -svf /etc/init.d/mympd /etc/rc.d/rc6.d/K34mympd
|
||||
restore_backup ${NAME}
|
||||
# create/check config
|
||||
/usr/bin/mympd -u nobody -c
|
||||
# start service
|
||||
# start services
|
||||
/etc/init.d/mpd restart
|
||||
/etc/init.d/mympd start
|
||||
|
||||
Reference in New Issue
Block a user