init: Rename systemd units
Use strongswan-starter for the legacy unit and simply strongswan for the modern one (strongswan-swanctl is configured as alias, which should cause the installation of symlinks when the service is enabled via systemctl).
This commit is contained in:
+2
-2
@@ -3,12 +3,12 @@ SUBDIRS =
|
||||
|
||||
if USE_LEGACY_SYSTEMD
|
||||
if USE_CHARON
|
||||
SUBDIRS += systemd
|
||||
SUBDIRS += systemd-starter
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_SYSTEMD
|
||||
if USE_SWANCTL
|
||||
SUBDIRS += systemd-swanctl
|
||||
SUBDIRS += systemd
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user