I hereby claim:
- I am nomsi on github.
- I am nomsy (https://keybase.io/nomsy) on keybase.
- I have a public key ASC9dFYabKuJVEQbFUQ14UDSJHZQAb1p7o5dJG1_lcgcwQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/sbin/openrc-run | |
| # OpenRC service file for speedify (this is how I installed it by the way | |
| # just setup links to where you extracted it to the correct spots. (i installed in /opt) | |
| # This isn't needed for systems using systemd, speedify packages a systemd file | |
| name="speedify" | |
| description="Speedify VPN Service" | |
| command="/usr/share/speedify/SpeedifyStartup.sh" | |
| command_args="" | |
| #command_background=true | |
| depend() { |