Jump to content
Not connected, Your IP: 3.137.184.154

Recommended Posts

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
 

Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees.

Share this post


Link to post

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 12/17/2020 by CRC89

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...
We do NOT use cookies to profile or track users.I understandMore information