sysvinit
Opened this issue · 0 comments
cake2 commented
Bug report
Describe your environment
- Device: Linux Desktop 64bit
- OS name and version: Devuan 5.0
- IVPN app version: 3.14.17
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:
- 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: