From 85cdc0c52af8ae3b4408a0eca09dc12f427016db Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 15 May 2020 03:33:06 -0400 Subject: [PATCH] whoops, bad ordering --- utils/he_ipv6/radvd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/he_ipv6/radvd.py b/utils/he_ipv6/radvd.py index bbbcea2..e52b727 100644 --- a/utils/he_ipv6/radvd.py +++ b/utils/he_ipv6/radvd.py @@ -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',