]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/paks/applejuice/install.sh
d4d74768765acafc87232a50c2f1818b04578f47
[people/teissler/ipfire-2.x.git] / src / paks / applejuice / install.sh
1 #!/bin/bash
2 . /opt/pakfire/lib/functions.sh
3
4 extract_files
5
6 sleep 60 && /etc/init.d/applejuice start &
7
8 ln -svf ../init.d/applejuice /etc/rc.d/rc0.d/K05applejuice
9 ln -svf ../init.d/applejuice /etc/rc.d/rc3.d/S98applejuice
10 ln -svf ../init.d/applejuice /etc/rc.d/rc6.d/K05applejuice
11
12 /etc/init.d/apache restart