remove .service/.target/.bundle etc suffixes on service names

they don't seem to be providing value
This commit is contained in:
Daniel Barlow
2022-09-27 22:35:29 +01:00
parent 2e13f1372e
commit 0632b5102e
5 changed files with 12 additions and 10 deletions

View File

@@ -203,9 +203,11 @@ tools
15) "ip address add" seems to magically recognise v4 vs v6 but
is that specified or fluke?
18) maybe stop suffixing all the service names with .service
DONE 18) maybe stop suffixing all the service names with .service
19) syslogd - use busybox or s6? the only thing (so far) using it is pppd.
Maybe we could LD_PRELOAD it to use stderr instead
19) syslogd - use busybox or s6?
DONE 20) The option currently called defaultPackages needs a better name as
it doesn't have the same semantics as nixos