aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/push.yml
diff options
context:
space:
mode:
authorShyam Jos <shyamjosepp@gmail.com>2019-10-19 23:12:01 +0530
committerGitHub <noreply@github.com>2019-10-19 23:12:01 +0530
commit721d16e97965c51a0b131b80ca2c40c5a8f40fad (patch)
tree38c5275b5338319e718e181c080560f25b937b58 /.github/workflows/push.yml
parentb1ab139fefa37862ce923a193b173848fc07a4e1 (diff)
added missing package - resolvconf
without resolvconf package, systemd unit file will fail in Debian 10 and ubuntu 18.04 or higher versions see error below ``` Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] ip link add wg0 type wireguard Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] wg setconf wg0 /dev/fd/63 Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] ip -4 address add 10.9.0.3/24 dev wg0 Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] ip link set mtu 1420 up dev wg0 Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] resolvconf -a wg0 -m 0 -x Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: /usr/bin/wg-quick: line 31: resolvconf: command not found Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] ip link delete dev wg0 Oct 17 12:11:39 Asus-VivoBook systemd[1]: wg-quick@wg0.service: Main process exited ``` more info here : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930735
Diffstat (limited to '.github/workflows/push.yml')
0 files changed, 0 insertions, 0 deletions