diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-11 18:28:22 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-11 18:28:22 +0200 |
commit | e9a85e651191aa9152c46ad5b7b75c4b38e77394 (patch) | |
tree | 1221057fffcb888710e836897114c0f9c7b30a3f /Makefile | |
parent | 5f708051ba156b5b6d407f02b77e32521b6d449a (diff) | |
download | netctl-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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |