detach gkrellm daemon.

This commit is contained in:
uglyside
2025-01-30 22:08:58 +03:00
parent e2af691b35
commit 0dc514eba4
+1
View File
@@ -13,6 +13,7 @@ def start():
startService(command="/usr/bin/gkrellmd",
pidfile=PIDFILE,
makepid=True,
detach=True,
donotify=True)
@synchronized