You are not logged in.

#1 2014-08-30 05:37:48

drsn0w
Member
Registered: 2014-08-30
Posts: 1

Systemd and a PPTP VPN

Hello Arch Community!

I'm trying to set up a PPTP VPN that automatically connects and routes all traffic on startup. The Wiki page still has instructions for rc.d. I've tried the following, but it doesn't seem to work

/etc/systemd/system/multi-user.target.wants/pia.service

[Unit]
Description=Starts PIA_CALI.

[Service]
Type=Simple
ExecStart=/usr/bin/pon PIA_CALI

[Install]
WantedBy=multi-user.target

When I run systemctl start pia it acts like it works, but the ppp0 device is never created. It works fine when i simply run sudo pon PIA_CALI.
Any help would be greatly appreciated!
Thanks
drsn0w

Offline

Board footer

Powered by FluxBB