You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use sysvinit and not systemd, the install instructions for Debian work fine however when launching app first time it complains about deamon not started. Easy fix is to open terminal and type: service ivpn-service start // I think sudo update-rc.d ivpn-service defaults should be added somewhere in the install process to make it streamlined.
Steps to reproduce:
Use a Linux system with the sysv init system like devuan (no systemd)
Follow debian install instructions.
Observed Results:
What happened? This could be a description, log output, etc.
Expected Results:
At first run service did not start. Complains about daemon
What did you expect to happen?
Service to start, program to work
Relevant Code:
The text was updated successfully, but these errors were encountered:
Bug report
Describe your environment
Describe the problem
I use sysvinit and not systemd, the install instructions for Debian work fine however when launching app first time it complains about deamon not started. Easy fix is to open terminal and type: service ivpn-service start // I think sudo update-rc.d ivpn-service defaults should be added somewhere in the install process to make it streamlined.
Steps to reproduce:
Observed Results:
Expected Results:
At first run service did not start. Complains about daemon
Service to start, program to work
Relevant Code:
The text was updated successfully, but these errors were encountered: