summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2012-11-04 21:52:47 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-11-04 21:52:47 +0100
commit3c5d969d87b30e373156d2fde268850a201fa898 (patch)
tree41f01e82b5eabd888a98c04ee4e4319f89299d65
parent478af720d86b987ace1ec19f653e975af58430cb (diff)
downloadnetctl-3c5d969d87b30e373156d2fde268850a201fa898.tar.gz
netctl-3c5d969d87b30e373156d2fde268850a201fa898.tar.xz
Fix description of net-auto-wire{d, less}.service
systemd prints "Starting $DESCRIPTION" and "Started $DESCRIPTION" in the logs, so the old descriptions were awful.
-rw-r--r--systemd/net-auto-wired.service2
-rw-r--r--systemd/net-auto-wireless.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service
index 7bb885d..8948ac6 100644
--- a/systemd/net-auto-wired.service
+++ b/systemd/net-auto-wired.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Provides automatic netcfg wired connection
+Description=Automatic wired network connection via netcfg
[Service]
EnvironmentFile=/etc/conf.d/netcfg
diff --git a/systemd/net-auto-wireless.service b/systemd/net-auto-wireless.service
index ab57ab9..81f2369 100644
--- a/systemd/net-auto-wireless.service
+++ b/systemd/net-auto-wireless.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Provides automatic netcfg wireless connection
+Description=Automatic wireless network connection via netcfg
Before=network.target
Wants=network.target