File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -158,12 +158,10 @@ Requiring bigger changes or seem complicated:
158
158
* The rest of the sd_notify API (with storing filedescriptors and such)
159
159
160
160
Requiring small changes / additions transparent to the other modules:
161
- * prune sockets that are only pulled in because they are referenced by sockets.target
162
161
* Change user to drop privileges
163
162
* Patching unit definitions with dropin files
164
163
* 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
167
165
* More socket types
168
166
1 . Netlink is missing for example
169
167
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:
175
173
* Support the different allowed prefixed for executables in execstart(-pre/post)
176
174
177
175
Unclear how much work it is:
176
+ * prune sockets that are only pulled in because they are referenced by sockets.target
178
177
* Get all the meta-targets and default dependencies right
179
178
* Individually these are probably small parts. But as a whole task it seems like much
180
179
You can’t perform that action at this time.
0 commit comments