1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

systemd applier logging improved

This commit is contained in:
Игорь Чудов 2020-06-29 20:03:23 +04:00
parent 59743d7957
commit 1be13ea8ed
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -60,7 +60,10 @@ class systemd_applier(applier_frontend):
Trigger control facility invocation.
'''
if self.__module_enabled:
logging.debug(slogm('Running systemd applier for machine'))
self.run()
else:
logging.debug(slogm('systemd applier for machine will not be started'))
class systemd_applier_user(applier_frontend):
__module_name = 'SystemdApplierUser'