okay, some minor changes to the XML stuff. getting there

This commit is contained in:
2019-12-10 06:59:47 -05:00
parent c7ce23ff0f
commit 06c99221d2
8 changed files with 103 additions and 1244 deletions

View File

@@ -37,7 +37,7 @@ class Service(object):
class ServiceDB(object):
def __init__(self, services_xml, chroot_base):
def __init__(self, chroot_base, services_xml):
self.xml = services_xml
self.chroot_base = chroot_base
self.systemd_sys = os.path.join(self.chroot_base, 'usr', 'lib', 'systemd', 'system')