Github messages for voidlinux
 help / color / mirror / Atom feed
From: Twilighttony <Twilighttony@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package Request: Mullvad
Date: Sat, 31 Jul 2021 08:09:25 +0200	[thread overview]
Message-ID: <20210731060925.x8Q9NDbey_RkeJT6YtwTsnU9ib0p9IlL3K63F2qL9bc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21154@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1140 bytes --]

New comment by Twilighttony on void-packages repository

https://github.com/void-linux/void-packages/issues/21154#issuecomment-890298121

Comment:
Hello everyone, I have created an init script for MullVad VPN and have tested it on my void linux install. I am working on creating an xbps package, but I have never packaged a program before so that might take a while. IN the meantime, do this to get it working on your runit based system.
Extract the deb archive using `ar x` and then extract the data.tar.xz file into a folder named mullvad. Then cd into that directory and copy the opt and usr folders to / 

Then after that, go either into `/etc/sv/` or `/etc/runit/sv/` and create a folder named mullvad. cd into that directory and then do `touch run && chmod +x run` as root.

Edit the file with any text editor and then put this in there:

`#!/bin/sh `
`exec 2>&1 `
`sv check dbus > /dev/null || exit 1`
`exec /opt/Mullvad\ VPN/resources/mullvad-daemon -v --disable-stdout-timestamps`


Save the file and then `sudo ln -s ` from either `/etc/sv/mullvad` or `/etc/runit/sv` to either `/var/service` or `/run/runit/service`

  parent reply	other threads:[~2021-07-31  6:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-19 13:49 [ISSUE] Mullvad RandomUnknown
2020-04-24 21:13 ` Package Request: Mullvad emacsomancer
2020-04-25 16:40 ` esmoak
2020-04-25 17:27 ` emacsomancer
2020-04-25 17:33 ` emacsomancer
2020-04-25 17:34 ` emacsomancer
2020-05-25  3:49 ` emacsomancer
2021-02-04 10:05 ` LinArcX
2021-05-24  9:28 ` F0Xde
2021-07-31  6:08 ` Twilighttony
2021-07-31  6:09 ` Twilighttony [this message]
2022-08-17 23:50 ` polkaulfield
2022-08-17 23:50 ` polkaulfield
2022-08-18 21:20 ` Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210731060925.x8Q9NDbey_RkeJT6YtwTsnU9ib0p9IlL3K63F2qL9bc@z \
    --to=twilighttony@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).