removed the SUnit function from the mixin
Dieser Commit ist enthalten in:
Ursprung
a02d261fe3
Commit
931ed6d4f8
|
@ -345,7 +345,7 @@ def installable(_class: Type[SystemdUnitModule]):
|
||||||
return _class
|
return _class
|
||||||
|
|
||||||
|
|
||||||
class SystemdReloadMixin(SystemdUnitModule):
|
class SystemdReloadMixin:
|
||||||
def post(self):
|
def post(self):
|
||||||
if not self.changed:
|
if not self.changed:
|
||||||
return
|
return
|
||||||
|
|
Laden…
In neuem Issue referenzieren