mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 15:32:19 +03:00
Kill signal for reload plugins
This commit is contained in:
parent
721096b114
commit
fdb095cf7c
1 changed files with 10 additions and 0 deletions
10
opt/ahenk/base/model/PluginKillSignal.py
Normal file
10
opt/ahenk/base/model/PluginKillSignal.py
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
||||||
|
|
||||||
|
|
||||||
|
class PluginKillSignal(object):
|
||||||
|
|
||||||
|
@property
|
||||||
|
def obj_name(self):
|
||||||
|
return "KILL_SIGNAL"
|
Loading…
Reference in a new issue