renamed Module
Dieser Commit ist enthalten in:
Ursprung
d64aeaa4fa
Commit
1755385a6b
|
@ -14,7 +14,7 @@ __module_name__ = "TimerModule"
|
||||||
|
|
||||||
|
|
||||||
@installable
|
@installable
|
||||||
class Module(SystemdUnitModule, SystemdReloadMixin): # type: ignore
|
class TimerModule(SystemdUnitModule, SystemdReloadMixin): # type: ignore
|
||||||
"""Creates Timer units"""
|
"""Creates Timer units"""
|
||||||
|
|
||||||
name = "timer"
|
name = "timer"
|
||||||
|
@ -245,4 +245,4 @@ short_description: Creates Timer units
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
Module()()
|
TimerModule()()
|
||||||
|
|
Laden…
In neuem Issue referenzieren