From 666aa2a2a091ea457dfd6cf40ab58687164d3f80 Mon Sep 17 00:00:00 2001 From: Ng Oon-Ee Date: Sat, 18 Jun 2011 12:48:57 +0200 Subject: Add systemd service files for net-auto-{wired,wireless} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- wpa_actiond/net-auto-wireless.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 wpa_actiond/net-auto-wireless.service (limited to 'wpa_actiond/net-auto-wireless.service') diff --git a/wpa_actiond/net-auto-wireless.service b/wpa_actiond/net-auto-wireless.service new file mode 100644 index 0000000..68b0b93 --- /dev/null +++ b/wpa_actiond/net-auto-wireless.service @@ -0,0 +1,13 @@ +[Unit] +Description=Provides automatic netcfg wireless connection +After=dbus.service + +[Service] +EnvironmentFile=/etc/rc.conf +ExecStart=/usr/bin/netcfg-wpa_actiond $WIRELESS_INTERFACE +ExecStop=/usr/bin/netcfg-wpa_actiond stop $WIRELESS_INTERFACE +RemainAfterExit=yes +Type=forking + +[Install] +WantedBy=network.target -- cgit v1.2.3-24-g4f1b