Skip to content

Commit 62b00c9

Browse files
committed
update readme
1 parent f221fc4 commit 62b00c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,10 @@ Requiring bigger changes or seem complicated:
158158
* The rest of the sd_notify API (with storing filedescriptors and such)
159159

160160
Requiring small changes / additions transparent to the other modules:
161-
* prune sockets that are only pulled in because they are referenced by sockets.target
162161
* Change user to drop privileges
163162
* Patching unit definitions with dropin files
164163
* Socket options like MaxConnections=/KeepAlive=
165-
* Killing services properly. SigTerm/Kill/Hup/ executing the stop commands ..... (currently there is just a sigkill sent to the whole processgroup)
166-
* Recursively deactivating units
164+
* Killing services with a configurable signal. Currently its always SIGKILL after the ExecStop commands have been run
167165
* More socket types
168166
1. Netlink is missing for example
169167
1. Abstract namespace for unix sockets (but thats linux specific anyways and rust stdlib doesnt support it.....)
@@ -175,6 +173,7 @@ Requiring small changes / additions transparent to the other modules:
175173
* Support the different allowed prefixed for executables in execstart(-pre/post)
176174

177175
Unclear how much work it is:
176+
* prune sockets that are only pulled in because they are referenced by sockets.target
178177
* Get all the meta-targets and default dependencies right
179178
* Individually these are probably small parts. But as a whole task it seems like much
180179

0 commit comments

Comments
 (0)