install systemd units to /usr/lib
Change-Id: I3c7cbeda67f84008a29ae9f77f4086aaf3143090
This commit is contained in:
@@ -35,7 +35,7 @@ def main():
|
||||
generalConfig.init()
|
||||
config_dir = generalConfig['confdir']
|
||||
|
||||
frappy_unit = '/lib/systemd/system/frappy@.service'
|
||||
frappy_unit = '/usr/lib/systemd/system/frappy@.service'
|
||||
wants_dir = normal_dir + '/frappy.target.wants'
|
||||
|
||||
all_servers = [base[:-4] if base.endswith('_cfg') else base for (base, ext) in
|
||||
|
||||
Reference in New Issue
Block a user