mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Treat systemd user daemon reloading failures as warnings
This commit is contained in:
@@ -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):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user