]> git.proxmox.com Git - proxmox-backup.git/commit
server: write main daemon PID to run directory
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 Nov 2020 18:18:36 +0000 (19:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 Nov 2020 18:50:24 +0000 (19:50 +0100)
commit04b053d87e420be6c535e29376c8728b50a8c49d
tree564985e35f4ec087a9f5512d5fc1b02263f0deb0
parentb469011fd11c209ce7ba8c06c77d597adfcdf7bf
server: write main daemon PID to run directory

so that we can easily get the main PID of the last recently launched
daemon. Will be used to get the control socket of that one for access
lgo rotate in a future patch

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
etc/proxmox-backup-proxy.service.in
etc/proxmox-backup.service.in
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-proxy.rs
src/buildcfg.rs
src/server.rs