18 lines
1.1 KiB
Text
18 lines
1.1 KiB
Text
post_install() {
|
|
echo " "
|
|
echo " "
|
|
echo "################ hello this is Joe of joborun talking to you #################"
|
|
echo "Please enable services by ln -s /etc/sv/<serv-name> /run/runit/service/"
|
|
echo "Also make sure you have the appropriate application installed for runit to superfice"
|
|
echo "if you look at the particular service's run script you will see the name of the executable file. Use pacman -F to locate the package that contains it, if it is unknown to you, install the package, then enable the service."
|
|
echo " by default dhclient and wpa_supplicant should be installed in your system for the services to provide you networking."
|
|
echo " make adjustments to these to match your needs, take a look at the service library at /etc/runit/sv/ "
|
|
echo " if you want a syslog with runit install syslog-ng (pacman -S syslog-ng) and then "
|
|
echo " ln -s /etc/runit/sv/syslog-ng /etc/runit/runsvdir/default/"
|
|
echo " or use your choice of syslog program and write a runscript for it - feel free to share "
|
|
echo "##### I hope you are having a great day and getting a system to run makes it better ###"
|
|
echo " "
|
|
echo " "
|
|
echo " "
|
|
|
|
}
|