whoops, bad ordering

This commit is contained in:
brent s. 2020-05-15 03:33:06 -04:00
parent b5b47e92fd
commit 85cdc0c52a
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

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',