summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorChristoph Gysin2020-12-02 12:33:52 +0200
committerChristoph Gysin2020-12-02 12:33:52 +0200
commitc3858cbe77d8bf6522b5e66c695ecee5357f0669 (patch)
tree862eae2e49106edf7392bbab6abbd2b2ffd99481 /service
parent8516aa5b30c4cbdb6487a578019b5d5d63c6e328 (diff)
downloadaur-c3858cbe77d8bf6522b5e66c695ecee5357f0669.tar.gz
Switch to python implementation
Diffstat (limited to 'service')
-rw-r--r--service11
1 files changed, 0 insertions, 11 deletions
diff --git a/service b/service
deleted file mode 100644
index 759861f9661b..000000000000
--- a/service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Aviatrix VPN Client. Helps connect to VPN Networks. Supports SAML and password based authentication
-After=network.target network-online.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/avpnc_rp
-WorkingDirectory=/var/log/avpnc
-
-[Install]
-WantedBy=multi-user.target