mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
changed processes names
This commit is contained in:
@@ -274,7 +274,7 @@ class Server: # pylint: disable=too-many-instance-attributes
|
||||
|
||||
self.__hid.start()
|
||||
|
||||
setproctitle.setproctitle("[main] " + setproctitle.getproctitle())
|
||||
setproctitle.setproctitle(f"kvmd/main: {setproctitle.getproctitle()}")
|
||||
|
||||
self.__heartbeat = heartbeat
|
||||
self.__sync_chunk_size = sync_chunk_size
|
||||
|
||||
Reference in New Issue
Block a user