I've set up a SystemD Service (See below), which works a treat, but are there other options that I should consider adding/using?
[Unit]
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
ExecStart=eddie-ui --cli --netlock -login=NotMyUserName -password=NotMyPassword123 -connect --batch path=/etc/airvpn/
Restart=always
RestartSec=10s
[Install]
WantedBy=default.target