]> git.proxmox.com Git - proxmox-backup.git/commit
proxmox-rest-server: allow to catch SIGINT and SIGHUP separately
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 30 Sep 2021 06:03:34 +0000 (08:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 30 Sep 2021 06:41:30 +0000 (08:41 +0200)
commitfd1b65cc3cc05545d9689d255cd391aceb8db002
tree4bcbd3180fdf9859f547f3eb2aa8e3c7c79792af
parent11148dce43289c26d2f844a3a3423e3bc7b811a2
proxmox-rest-server: allow to catch SIGINT and SIGHUP separately

And make ServerState private.
proxmox-rest-server/src/state.rs
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-proxy.rs
tests/worker-task-abort.rs