Fix program name in systemd unit file
This commit is contained in:
@@ -7,7 +7,7 @@ Index: strongswan-4.6.0/init/systemd/strongswan.service.in
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
-ExecStart=@SBINDIR@/ipsec start --nofork
|
-ExecStart=@SBINDIR@/ipsec start --nofork
|
||||||
+ExecStart=@SBINDIR@/@PROGRAM@ start --nofork
|
+ExecStart=@SBINDIR@/strongswan start --nofork
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: strongswan
|
Name: strongswan
|
||||||
Version: 4.6.1
|
Version: 4.6.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: An OpenSource IPsec-based VPN Solution
|
Summary: An OpenSource IPsec-based VPN Solution
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@@ -162,6 +162,9 @@ fi
|
|||||||
#TODO manpages
|
#TODO manpages
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 15 2012 Pavel Šimerda <pavlix@pavlix.net> - 4.6.1-6
|
||||||
|
- Fix program name in systemd unit file
|
||||||
|
|
||||||
* Tue Feb 14 2012 Pavel Šimerda <pavlix@pavlix.net> - 4.6.1-5
|
* Tue Feb 14 2012 Pavel Šimerda <pavlix@pavlix.net> - 4.6.1-5
|
||||||
- Improve fedora/epel conditionals
|
- Improve fedora/epel conditionals
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user