You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-vpn/openfortivpn/files/openfortivpn-1.02.3-systemd...

12 lines
395 B

--- a/lib/systemd/system/openfortivpn@.service.in
+++ b/lib/systemd/system/openfortivpn@.service.in
@@ -9,7 +9,7 @@ Documentation=https://github.com/adrienverge/openfortivpn/wiki
[Service]
Type=notify
PrivateTmp=true
-ExecStart=@BINDIR@/openfortivpn -c @SYSCONFDIR@/openfortivpn/%I.conf
+ExecStart=/usr/bin/openfortivpn -c /etc/openfortivpn/%I.conf
Restart=on-failure
OOMScoreAdjust=-100