api2/node/syslog: use 'real_service_name' here also
for now this only does the 'postfix' -> 'postfix@-' conversion, fixes the issue that we only showed the 'postfix' service syslog (which is rather empty in a default setup) instead of the instance one Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
beb07279b6
commit
1d8f849457
@ -34,7 +34,7 @@ pub mod subscription;
|
||||
pub(crate) mod rrd;
|
||||
|
||||
mod journal;
|
||||
mod services;
|
||||
pub(crate) mod services;
|
||||
mod status;
|
||||
mod syslog;
|
||||
mod time;
|
||||
|
Reference in New Issue
Block a user