install systemd units to /usr/lib

Change-Id: I3c7cbeda67f84008a29ae9f77f4086aaf3143090
This commit is contained in:
Georg Brandl
2025-07-24 22:25:18 +02:00
committed by Markus Zolliker
parent 96ef11ef84
commit cbf387ed87
5 changed files with 11 additions and 19 deletions

View File

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