remove wrong calls to systemd_notify

We alrteady call systemd_notify inside the create_service future.
This commit is contained in:
Dietmar Maurer 2021-09-29 11:22:57 +02:00
parent d265420025
commit bf95fba72e
2 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@ async fn run() -> Result<(), Error> {
);
proxmox_rest_server::write_pid(pbs_buildcfg::PROXMOX_BACKUP_API_PID_FN)?;
daemon::systemd_notify(daemon::SystemdNotify::Ready)?;
let init_result: Result<(), Error> = try_block!({
proxmox_rest_server::register_task_control_commands(&mut commando_sock)?;

View File

@ -266,7 +266,6 @@ async fn run() -> Result<(), Error> {
);
proxmox_rest_server::write_pid(pbs_buildcfg::PROXMOX_BACKUP_PROXY_PID_FN)?;
daemon::systemd_notify(daemon::SystemdNotify::Ready)?;
let init_result: Result<(), Error> = try_block!({
proxmox_rest_server::register_task_control_commands(&mut commando_sock)?;