data: install systemd system service

This commit is contained in:
Arnaud Ferraris
2021-10-06 22:41:43 +02:00
parent af4d5ca1c1
commit a3d27cb3f7
3 changed files with 33 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ datadir = get_option('datadir')
sysconfdir = get_option('sysconfdir')
bindir = join_paths(prefix, get_option('bindir'))
udevrulesdir = join_paths(prefix, 'lib/udev/rules.d')
systemddir = join_paths(prefix, 'lib/systemd')
systemdsystemdir = join_paths(systemddir, 'system')
if datadir.startswith('/')
full_datadir = datadir