From e9a85e651191aa9152c46ad5b7b75c4b38e77394 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Wed, 11 Apr 2012 18:28:22 +0200 Subject: Systemd service files The netcfg service provides support for the NETWORKS array in /etc/conf.d/netcfg through netcfg-daemon. The netcfg@ service allows individual profiles to be treated as services. These services wait until a connection is established (the other service has support for backgrounding)! --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c26d35..ddddbe8 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,7 @@ install: install-docs $(DESTDIR)/etc/rc.d/ install -d $(DESTDIR)/usr/lib/systemd/system install -m644 \ - systemd/net-auto-wireless.service \ - systemd/net-auto-wired.service \ + systemd/*.service \ $(DESTDIR)/usr/lib/systemd/system/ install-docs: docs -- cgit v1.2.3-24-g4f1b