KillingSpark / rustysd

A service manager that is able to run "traditional" systemd services, written in rust
MIT License
506 stars 15 forks source link

Restarted units wait for socket activation but the sockets are not watched #34

Closed KillingSpark closed 4 years ago

KillingSpark commented 4 years ago

When a unit is restarted and is socket activated, it waits for the sockets to get activated. But the sockets do not appear to be listened on if the unit is restarted.

KillingSpark commented 4 years ago

I can't reproduce this issue anymore. It probably had another cause, as it happened while testing the remove/reload features.