added runit scripts

This commit is contained in:
tomit4 2022-02-23 12:16:48 -08:00
parent 2e437cd329
commit c65de416de
81 changed files with 114 additions and 0 deletions

View file

View file

View file

View file

2
runit_scripts/openvpn/log/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec svlogd -tt /var/log/svlog/openvpn

View file

View file

@ -0,0 +1 @@
32265

View file

@ -0,0 +1 @@
run

Binary file not shown.

2
runit_scripts/openvpn/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
exec /usr/bin/openvpn --config /home/brian/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass /home/brian/.config/protonvpn/protonvpn.txt

View file

View file

@ -0,0 +1 @@
32266

View file

@ -0,0 +1 @@
run

Binary file not shown.