summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/strongswan-starter.install1
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 8af4d3d30..3fa0d2658 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,6 +111,8 @@ ifeq ($(DEB_BUILD_ARCH_OS),linux)
dh_install -p libstrongswan-extra-plugins usr/lib/ipsec/plugins/libstrongswan-af-alg.so
dh_install -p libstrongswan-extra-plugins usr/share/strongswan/templates/config/plugins/af-alg.conf
dh_install -p libstrongswan-extra-plugins etc/strongswan.d/charon/af-alg.conf
+ # the systemd service file only gets generated on Linux
+ dh_install -p strongswan-starter lib/systemd/system/strongswan.service
endif
ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
@@ -150,7 +152,8 @@ endif
-Xlibstrongswan-farp.so -X farp.conf \
-Xlibstrongswan-padlock.so -X padlock.conf \
-Xlibstrongswan-rdrand.so -X rdrand.conf \
- -Xlibstrongswan-af-alg.so -X af-alg.conf
+ -Xlibstrongswan-af-alg.so -X af-alg.conf \
+ -Xstrongswan.service
# add additional files not covered by upstream makefile...
install --mode=0600 $(CURDIR)/debian/ipsec.secrets.proto $(CURDIR)/debian/strongswan-starter/etc/ipsec.secrets
diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install
index ee8c8eca7..5d765eeb5 100644
--- a/debian/strongswan-starter.install
+++ b/debian/strongswan-starter.install
@@ -10,7 +10,6 @@ usr/share/man/man8/ipsec.8
usr/share/man/man5/ipsec.conf.5
usr/share/man/man5/ipsec.secrets.5
usr/share/man/man5/strongswan.conf.5
-lib/systemd/system/strongswan.service
#updown
usr/lib/ipsec/plugins/libstrongswan-updown.so
usr/share/strongswan/templates/config/plugins/updown.conf