summarylogtreecommitdiffstats
path: root/softethervpn-server.service
diff options
context:
space:
mode:
Diffstat (limited to 'softethervpn-server.service')
-rw-r--r--softethervpn-server.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/softethervpn-server.service b/softethervpn-server.service
deleted file mode 100644
index 87706aad7792..000000000000
--- a/softethervpn-server.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=SoftEther VPN Server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/vpnserver start
-ExecStop=/usr/bin/vpnserver stop
-Restart=on-failure
-
-# Hardening
-PrivateTmp=yes
-ProtectHome=yes
-ProtectSystem=full
-ReadOnlyDirectories=/
-ReadWriteDirectories=-/usr/lib/softethervpn/vpnserver
-
-[Install]
-WantedBy=multi-user.target