Treat systemd user daemon reloading failures as warnings

This commit is contained in:
Kivi Kaitaniemi
2026-02-17 22:16:49 +02:00
parent 7bbd8a2cd8
commit 6c054681ee
@@ -248,7 +248,7 @@ class Systemd(plugins.Plugin):
""" """
cmd = self.commands.user_daemon_reload(user) cmd = self.commands.user_daemon_reload(user)
command.prg(cmd, pty=config.debug_output) command.prg(cmd, pty=config.debug_output, check=False)
def reload_daemon(self): def reload_daemon(self):
""" """