summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-04-11 18:28:22 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-04-11 18:28:22 +0200
commite9a85e651191aa9152c46ad5b7b75c4b38e77394 (patch)
tree1221057fffcb888710e836897114c0f9c7b30a3f /Makefile
parent5f708051ba156b5b6d407f02b77e32521b6d449a (diff)
downloadnetctl-e9a85e651191aa9152c46ad5b7b75c4b38e77394.tar.gz
netctl-e9a85e651191aa9152c46ad5b7b75c4b38e77394.tar.xz
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)!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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