|
|
|
|
|
by knorker
1821 days ago
|
|
Agree with that. It breaks catastrophically. But it's also overengineered. Like starting a daemon on first connect is "neat trick", but should never have gone beyond that. Like: oh, I want to restart this daemon, because I want it to re-run its init code (possibly with new settings), but you CAN'T, because some idiot decided that it'll only actually start when someone connects to its unix socket, so running "restart" is a no-op. |
|
FTA:
> It can then boot your service on the first request, or you can do systemctl start lunchd yourself if you think that would take a while.