This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Private Internet Access Control | |
Wants=network-online.target piavpn.service | |
After=syslog.target network.target network-online.target piavpn.service | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/local/bin/piactl connect | |
RemainAfterExit=true | |
Restart=on-failure |