blob: 73ea509b16833dd5a3e7a5f3302761d400f94f13 (
plain)
1
2
3
4
5
|
post_install() {
echo ">>> Place your services in /var/service,"
echo ">>> then start runit.service with systemd."
echo ">>> See https://wiki.archlinux.org/index.php/runit for more information."
}
|