]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/user/meson.build
units: drop full paths for utilities in $PATH
[thirdparty/systemd.git] / units / user / meson.build
CommitLineData
3a726fcd 1# SPDX-License-Identifier: LGPL-2.1+
3a726fcd 2
5c23128d 3units = [
37efbbd8
ZJS
4 'basic.target',
5 'bluetooth.target',
6 'default.target',
7 'exit.target',
8 'graphical-session-pre.target',
9 'graphical-session.target',
10 'paths.target',
11 'printer.target',
12 'shutdown.target',
13 'smartcard.target',
14 'sockets.target',
15 'sound.target',
631c9b7b 16 'systemd-exit.service',
cdc6804b 17 'systemd-tmpfiles-clean.service',
cfdda37c 18 'systemd-tmpfiles-clean.timer',
cdc6804b
ZJS
19 'systemd-tmpfiles-setup.service',
20 'timers.target',
37efbbd8 21]
5c23128d
ZJS
22
23foreach file : units
37efbbd8
ZJS
24 install_data(file,
25 install_dir : userunitdir)
5c23128d 26endforeach