Erik Arvstedt 7a97304f13
treewide: remove unit descriptions
Systemd's `Description` option is a misnomer (as confessed by `man systemd.unit`):
Its value is used by user-facing tools in place of the unit file name, so this option
could have been more aptly named `label` or `name`.
`Description` should only be set if the unit file name is not sufficient for naming a unit.
This is not the case for our services, except for `systemd.services.nb-netns-bridge`
whose description has been kept.

As an example how this affects users, weird journal lines like
```
nb-test systemd[1]: Starting Run clightningd...
```
are now replaced by
```
nb-test systemd[1]: Starting clightning.service...
```
2021-02-07 22:41:31 +01:00
..
2020-12-22 09:40:00 +00:00
2021-02-04 12:39:54 +00:00
2021-01-14 13:25:10 +01:00
2021-02-07 22:41:31 +01:00
2021-02-07 22:41:31 +01:00
2021-02-07 22:41:31 +01:00
2021-02-05 09:17:14 +01:00
2020-05-06 12:13:32 +02:00
2021-02-04 12:39:54 +00:00
2020-10-16 16:46:55 +02:00