Remove runit_add

This commit is contained in:
Sam A. 2023-02-07 20:30:09 +01:00
parent f841f13e85
commit 4c8d6278e6
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ open() {
fi
}
runit_add() {
sudo ln -s "/etc/runit/sv/$1" /run/runit/service
}
wg() {
(( ${+commands[wg]} )) && (( ${+commands[wg-quick]} )) || return 2