use service Type=notify
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -100,6 +100,8 @@ fn run() -> Result<(), Error> {
|
||||
},
|
||||
)?;
|
||||
|
||||
daemon::systemd_notify(daemon::SystemdNotify::Ready)?;
|
||||
|
||||
tokio::run(lazy(|| {
|
||||
|
||||
let init_result: Result<(), Error> = try_block!({
|
||||
|
Reference in New Issue
Block a user