4 lines
80 B
Text
4 lines
80 B
Text
|
#!/usr/bin/env sh
|
||
|
cd /run/runit/service || exit
|
||
|
exec ln -s /etc/runit/sv/"$1" .
|