proxmox/proxmox-daemon/src
Thomas Lamprecht 1db49cb269 daemon: try to remove existing unix socket in bind directly
We tried this unconditionally on start-up in the PDM for the priv. API
daemon, but we actually only want to clean-up on fresh bind, not on
restoring the FD on daemon reload. Otherwise the unprivileged daemon
cannot connect to the privileged one anymore after the latter got
reloaded.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-12-30 15:30:10 +01:00
..
command_socket.rs introduce proxmox-daemon crate 2024-07-24 14:25:50 +02:00
lib.rs introduce proxmox-daemon crate 2024-07-24 14:25:50 +02:00
server.rs daemon: try to remove existing unix socket in bind directly 2024-12-30 15:30:10 +01:00
state.rs introduce proxmox-daemon crate 2024-07-24 14:25:50 +02:00