From 3c5d969d87b30e373156d2fde268850a201fa898 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 4 Nov 2012 21:52:47 +0100 Subject: 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. --- systemd/net-auto-wired.service | 2 +- systemd/net-auto-wireless.service | 2 +- 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 -- cgit v1.2.3-24-g4f1b