]> git.proxmox.com Git - systemd.git/blame - units/user/meson.build
New upstream version 249~rc1
[systemd.git] / units / user / meson.build
CommitLineData
a032b68d 1# SPDX-License-Identifier: LGPL-2.1-or-later
52ad194e 2
81c58355 3units = [
a032b68d
MB
4 'app.slice',
5 'background.slice',
81c58355
MB
6 'basic.target',
7 'bluetooth.target',
8 'default.target',
9 'exit.target',
10 'graphical-session-pre.target',
11 'graphical-session.target',
12 'paths.target',
13 'printer.target',
a032b68d 14 'session.slice',
81c58355
MB
15 'shutdown.target',
16 'smartcard.target',
17 'sockets.target',
18 'sound.target',
6e866b33 19 'systemd-exit.service',
46cdbd49 20 'systemd-tmpfiles-clean.service',
52ad194e 21 'systemd-tmpfiles-clean.timer',
46cdbd49
BR
22 'systemd-tmpfiles-setup.service',
23 'timers.target',
81c58355
MB
24]
25
a10f5d05 26if conf.get('ENABLE_XDG_AUTOSTART') == 1
8b3d4ff0 27 units += 'xdg-desktop-autostart.target'
a10f5d05
MB
28endif
29
81c58355
MB
30foreach file : units
31 install_data(file,
32 install_dir : userunitdir)
33endforeach