#!/usr/bin/env sh
cd /run/runit/service || exit
for service in "$@"; do
ln -s /etc/runit/sv/"$service" .
done