whoops, bad ordering

This commit is contained in:
2020-05-15 03:33:06 -04:00
parent b5b47e92fd
commit 85cdc0c52a

View File

@@ -13,9 +13,9 @@ class RADVDSvc(object):
def __init__(self):
self.name = self.svc_name
self.is_systemd = False
self._get_manager()
self.cmd_tpl = None
self.has_pkill = False
self._get_manager()
def _get_manager(self):
chkpaths = ('/run/systemd/system',