init: Provide a service file for charon-systemd using swanctl

This commit is contained in:
Martin Willi
2014-09-22 14:19:38 +02:00
parent b2f76c514d
commit 0097141858
5 changed files with 28 additions and 0 deletions
+6
View File
@@ -4,3 +4,9 @@ SUBDIRS =
if USE_LEGACY_SYSTEMD
SUBDIRS += systemd
endif
if USE_SYSTEMD
if USE_SWANCTL
SUBDIRS += systemd-swanctl
endif
endif