summaryrefslogtreecommitdiff
path: root/net-vpn/openfortivpn/files/systemd_substitute_bin_and_sysconfig_dirs.patch
blob: 4cfe57c46545e0c97981a59a8a98bea2dd1fe2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/systemd/system/openfortivpn@.service.in b/lib/systemd/system/openfortivpn@.service.in
index 6c30230..3ff3d7c 100644
--- a/lib/systemd/system/openfortivpn@.service.in
+++ b/lib/systemd/system/openfortivpn@.service.in
@@ -6,7 +6,7 @@ Documentation=man:openfortivpn(1)
 [Service]
 Type=simple
 PrivateTmp=true
-ExecStart=@BINDIR@/openfortivpn -c @SYSCONFDIR@/openfortivpn/%I.conf
+ExecStart=/usr/bin/openfortivpn -c /etc/openfortivpn/%I.conf
 OOMScoreAdjust=-100
 
 [Install]