diff options
-rw-r--r-- | systemd/net-auto-wired.service | 2 | ||||
-rw-r--r-- | 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 |