mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 17:10:12 +01:00
initscript: don't install Red Hat/Fedora sysv iniscript with systemd
We ship systemd native unit files when systemd is configured so we don't need to install the sysvinit stuff.
This commit is contained in:
parent
30c41a4b80
commit
530f2674d4
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
if !HAVE_SYSTEMD
|
||||
|
||||
initddir = $(sysconfdir)/rc.d/init.d
|
||||
initd_SCRIPTS = NetworkManager
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue