aSystemOverload 1 Posted ... Is there a SystemD Service or something similar available that I can use to get the VPN service to start on boot? I'm running Arch Linux Quote Share this post Link to post
zhang888 1066 Posted ... You can create one. mkdir /etc/airvpn cp ~/.airvpn/Default.xml /etc/airvpn Create the service: /etc/systemd/system/eddie-ui.service [Unit] Wants=network-online.target After=network-online.target [Service] Type=simple ExecStart=eddie-ui --cli --batch path=/etc/airvpn/ Restart=always RestartSec=10s [Install] WantedBy=default.target Enable and start: systemctl enable eddie-ui.service systemctl start eddie-ui.service Logs are available in journalctl: journalctl -u eddie-ui.service -f 1 1 aSystemOverload and CRC89 reacted to this Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
aSystemOverload 1 Posted ... That's great, works a treat. Thank you. Next Step: Making it better > AirVPN Forums [ LINK ] Quote Share this post Link to post
CRC89 0 Posted ... (edited) works great, but when its running, i can't access portainer, any idea why ? when i run eddie app all is reachable. System - Openmediavault5 Edited ... by CRC89 Quote Share this post Link to post