This commit is contained in:
Tuncay ÇOLAK 2020-10-05 13:43:30 +03:00
parent f9a9c7b7b5
commit 360613c55b

View file

@ -355,7 +355,7 @@ if __name__ == '__main__':
ahenk_daemon = AhenkDaemon(System.Ahenk.pid_path())
try:
if len(sys.argv) == 2 and (sys.argv[1] in ('start', 'stop', 'restart', 'status')):
ahenk_daemon.set_register_user(None, None, None, None)
ahenk_daemon.set_register_user(None, None, None)
if sys.argv[1] == 'start':
if System.Ahenk.is_running() is True:
print('There is already running Ahenk service. It will be killed.[{0}]'.format(