Remove runit_add
This commit is contained in:
parent
f841f13e85
commit
4c8d6278e6
|
@ -42,10 +42,6 @@ open() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
runit_add() {
|
|
||||||
sudo ln -s "/etc/runit/sv/$1" /run/runit/service
|
|
||||||
}
|
|
||||||
|
|
||||||
wg() {
|
wg() {
|
||||||
(( ${+commands[wg]} )) && (( ${+commands[wg-quick]} )) || return 2
|
(( ${+commands[wg]} )) && (( ${+commands[wg-quick]} )) || return 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue