install systemd units to /usr/lib
Change-Id: I3c7cbeda67f84008a29ae9f77f4086aaf3143090
This commit is contained in:
7
setup.py
7
setup.py
@@ -60,10 +60,9 @@ setup(
|
||||
],
|
||||
|
||||
data_files=[
|
||||
('/lib/systemd/system-generators', ['etc/frappy-generator']),
|
||||
('/lib/systemd/system', ['etc/frappy@.service',
|
||||
'etc/frappy.target',
|
||||
]),
|
||||
('/usr/lib/systemd/system-generators', ['etc/frappy-generator']),
|
||||
('/usr/lib/systemd/system', ['etc/frappy@.service',
|
||||
'etc/frappy.target']),
|
||||
('/var/log/frappy', []),
|
||||
],
|
||||
scripts=scripts,
|
||||
|
||||
Reference in New Issue
Block a user