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