From 3781d2332fecb51d30d2c57fdbe31d613264a8ac Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sat, 18 Jun 2011 12:52:10 +0200 Subject: Makefile: add systemd service files (FS#23106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec9f335..9fc643f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ install: $(DESTDIR)/etc/network.d/{examples,hooks,interfaces} \ $(DESTDIR)/etc/rc.d \ $(DESTDIR)/usr/share/man/{man5,man8} \ - + install -d $(DESTDIR)/lib/systemd/system # Documentation install -m644 examples/* $(DESTDIR)/etc/network.d/examples/ install -m644 src/iftab $(DESTDIR)/etc/iftab @@ -25,6 +25,7 @@ install: install -Dm755 ifplugd/netcfg.action $(DESTDIR)/etc/ifplugd/netcfg.action # Daemons install -m755 src/net-{profiles,rename} wpa_actiond/net-auto-wireless ifplugd/net-auto-wired $(DESTDIR)/etc/rc.d + install -m644 wpa_actiond/net-auto-wireless.service ifplugd/net-auto-wired.service $(DESTDIR)/lib/systemd/system # Shell Completion install -Dm644 contrib/bash-completion $(DESTDIR)/etc/bash_completion.d/netcfg install -Dm644 contrib/zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_netcfg -- cgit v1.2.3-24-g4f1b