mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 20:00:09 +01:00
We ship systemd native unit files when systemd is configured so we don't need to install the sysvinit stuff.
6 lines
93 B
Makefile
6 lines
93 B
Makefile
if !HAVE_SYSTEMD
|
|
|
|
initddir = $(sysconfdir)/rc.d/init.d
|
|
initd_SCRIPTS = NetworkManager
|
|
|
|
endif
|