diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-08-20 13:13:35 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-08-20 13:13:35 +0200 |
commit | 1227a80b24c943438757e933bd568ceddd00479b (patch) | |
tree | e88638495f85726377dfa6cf4279ab31c3f54534 /wpa_actiond/net-auto-wireless.service | |
parent | ec0e041a8eab919abef8e3af289c979ee1737382 (diff) | |
download | netctl-1227a80b24c943438757e933bd568ceddd00479b.tar.gz netctl-1227a80b24c943438757e933bd568ceddd00479b.tar.xz |
Reorganize files to match install location closer
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'wpa_actiond/net-auto-wireless.service')
-rw-r--r-- | wpa_actiond/net-auto-wireless.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/wpa_actiond/net-auto-wireless.service b/wpa_actiond/net-auto-wireless.service deleted file mode 100644 index 7075cb5..0000000 --- a/wpa_actiond/net-auto-wireless.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Provides automatic netcfg wireless connection -After=dbus.service - -[Service] -EnvironmentFile=/etc/rc.conf -EnvironmentFile=/etc/conf.d/netcfg -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 |