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
Windscribe VPN fails to start on Artix Linux and returns the following error:
sh:` line 1: systemctl: command not found
Could not start application.
Since Artix Linux does not use systemd, but rather an alternative init system (runit), it seems that Windscribe is trying to use systemctl, which is unavailable on my system.
OS and app information
The application attempts to start the service using systemctl.
The following error appears:
sh: line 1: systemctl: command not found
Could not start application.
Windscribe fails to start.
Expected behavior
Windscribe should be able to start the VPN service using the appropriate init system for Artix Linux (e.g., OpenRC, runit, s6, dinit) instead of relying solely on systemctl.
The text was updated successfully, but these errors were encountered:
Windscribe VPN fails to start on Artix Linux and returns the following error:
sh:` line 1: systemctl: command not found
Could not start application.
Since Artix Linux does not use systemd, but rather an alternative init system (runit), it seems that Windscribe is trying to use systemctl, which is unavailable on my system.
OS and app information
To Reproduce
windscribe-cli connect
The application attempts to start the service using systemctl.
The following error appears:
Expected behavior
Windscribe should be able to start the VPN service using the appropriate init system for Artix Linux (e.g., OpenRC, runit, s6, dinit) instead of relying solely on systemctl.
The text was updated successfully, but these errors were encountered: