]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/user/meson.build
Merge pull request #17185 from yuwata/ethtool-update
[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 22
8feca247
BB
23if conf.get('ENABLE_XDG_AUTOSTART') == 1
24 units += [ 'xdg-desktop-autostart.target', ]
25endif
26
5c23128d 27foreach file : units
37efbbd8
ZJS
28 install_data(file,
29 install_dir : userunitdir)
5c23128d 30endforeach