1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 with_runlevels = conf.get('HAVE_SYSV_COMPAT') == 1
6 { 'file' : 'basic.target' },
7 { 'file' : 'blockdev@.target' },
8 { 'file' : 'bluetooth.target' },
9 { 'file' : 'boot-complete.target' },
10 { 'file' : 'console-getty.service.in' },
11 { 'file' : 'container-getty@.service.in' },
13 'file' : 'cryptsetup-pre.target',
14 'conditions' : ['HAVE_LIBCRYPTSETUP'],
17 'file' : 'cryptsetup.target',
18 'conditions' : ['HAVE_LIBCRYPTSETUP'],
19 'symlinks' : ['sysinit.target.wants/'],
21 { 'file' : 'debug-shell.service.in' },
23 'file' : 'dev-hugepages.mount',
24 'symlinks' : ['sysinit.target.wants/'],
27 'file' : 'dev-mqueue.mount',
28 'symlinks' : ['sysinit.target.wants/'],
30 { 'file' : 'emergency.service.in' },
31 { 'file' : 'emergency.target' },
32 { 'file' : 'exit.target' },
33 { 'file' : 'factory-reset.target' },
34 { 'file' : 'final.target' },
35 { 'file' : 'first-boot-complete.target' },
36 { 'file' : 'getty-pre.target' },
38 'file' : 'getty.target',
39 'symlinks' : ['multi-user.target.wants/'],
42 'file' : 'getty@.service.in',
43 'symlinks' : ['autovt@.service'],
46 'file' : 'graphical.target',
47 'symlinks' : ['default.target'] + (with_runlevels ? ['runlevel5.target'] : []),
49 { 'file' : 'halt.target' },
51 'file' : 'hibernate.target',
52 'conditions' : ['ENABLE_HIBERNATE'],
55 'file' : 'hybrid-sleep.target',
56 'conditions' : ['ENABLE_HIBERNATE'],
59 'file' : 'systemd-battery-check.service.in',
60 'conditions' : ['ENABLE_INITRD'],
61 'symlinks' : ['initrd.target.wants/'],
64 'file' : 'systemd-bsod.service.in',
65 'conditions' : ['HAVE_QRENCODE', 'ENABLE_INITRD'],
66 'symlinks' : ['initrd.target.wants/'],
69 'file' : 'initrd-cleanup.service',
70 'conditions' : ['ENABLE_INITRD'],
73 'file' : 'initrd-fs.target',
74 'conditions' : ['ENABLE_INITRD'],
77 'file' : 'initrd-parse-etc.service.in',
78 'conditions' : ['ENABLE_INITRD'],
81 'file' : 'initrd-root-device.target',
82 'conditions' : ['ENABLE_INITRD'],
85 'file' : 'initrd-root-fs.target',
86 'conditions' : ['ENABLE_INITRD'],
89 'file' : 'initrd-switch-root.service',
90 'conditions' : ['ENABLE_INITRD'],
93 'file' : 'initrd-switch-root.target',
94 'conditions' : ['ENABLE_INITRD'],
97 'file' : 'initrd-udevadm-cleanup-db.service',
98 'conditions' : ['ENABLE_INITRD'],
101 'file' : 'initrd-usr-fs.target',
102 'conditions' : ['ENABLE_INITRD'],
105 'file' : 'initrd.target',
106 'conditions' : ['ENABLE_INITRD'],
109 'file' : 'integritysetup-pre.target',
110 'conditions' : ['HAVE_LIBCRYPTSETUP'],
113 'file' : 'integritysetup.target',
114 'conditions' : ['HAVE_LIBCRYPTSETUP'],
115 'symlinks' : ['sysinit.target.wants/'],
117 { 'file' : 'kexec.target' },
119 'file' : 'kmod-static-nodes.service.in',
120 'conditions' : ['HAVE_KMOD', 'ENABLE_TMPFILES'],
121 'symlinks' : ['sysinit.target.wants/'],
124 'file' : 'ldconfig.service',
125 'conditions' : ['ENABLE_LDCONFIG'],
126 'symlinks' : ['sysinit.target.wants/'],
128 { 'file' : 'local-fs-pre.target' },
129 { 'file' : 'local-fs.target' },
131 'file' : 'machine.slice',
132 'conditions' : ['ENABLE_MACHINED'],
135 'file' : 'machines.target',
136 'conditions' : ['ENABLE_MACHINED'],
138 { 'file' : 'modprobe@.service' },
140 'file' : 'multi-user.target',
141 'symlinks' : with_runlevels ? ['runlevel2.target', 'runlevel3.target', 'runlevel4.target'] : [],
143 { 'file' : 'network-online.target' },
144 { 'file' : 'network-pre.target' },
145 { 'file' : 'network.target' },
146 { 'file' : 'nss-lookup.target' },
147 { 'file' : 'nss-user-lookup.target' },
148 { 'file' : 'paths.target' },
150 'file' : 'poweroff.target',
151 'symlinks' : with_runlevels ? ['runlevel0.target'] : [],
153 { 'file' : 'printer.target' },
155 'file' : 'proc-sys-fs-binfmt_misc.automount',
156 'conditions' : ['ENABLE_BINFMT'],
157 'symlinks' : ['sysinit.target.wants/'],
160 'file' : 'proc-sys-fs-binfmt_misc.mount',
161 'conditions' : ['ENABLE_BINFMT'],
164 'file' : 'quotaon.service.in',
165 'conditions' : ['ENABLE_QUOTACHECK'],
168 'file' : 'rc-local.service.in',
169 'conditions' : ['HAVE_SYSV_COMPAT'],
172 'file' : 'reboot.target',
173 'symlinks' : ['ctrl-alt-del.target'] + (with_runlevels ? ['runlevel6.target'] : []),
176 'file' : 'remote-cryptsetup.target',
177 'conditions' : ['HAVE_LIBCRYPTSETUP'],
178 'symlinks' : ['initrd-root-device.target.wants/'],
180 { 'file' : 'remote-fs-pre.target' },
181 { 'file' : 'remote-fs.target' },
183 'file' : 'remote-veritysetup.target',
184 'conditions' : ['HAVE_LIBCRYPTSETUP'],
185 'symlinks' : ['initrd-root-device.target.wants/'],
187 { 'file' : 'rescue.service.in' },
189 'file' : 'rescue.target',
190 'symlinks' : with_runlevels ? ['runlevel1.target'] : [],
192 { 'file' : 'rpcbind.target' },
193 { 'file' : 'serial-getty@.service.in' },
194 { 'file' : 'shutdown.target' },
195 { 'file' : 'sigpwr.target' },
196 { 'file' : 'sleep.target' },
197 { 'file' : 'slices.target' },
198 { 'file' : 'smartcard.target' },
199 { 'file' : 'sockets.target' },
200 { 'file' : 'soft-reboot.target' },
201 { 'file' : 'sound.target' },
203 'file' : 'suspend-then-hibernate.target',
204 'conditions' : ['ENABLE_HIBERNATE'],
206 { 'file' : 'suspend.target' },
207 { 'file' : 'swap.target' },
209 'file' : 'sys-fs-fuse-connections.mount',
210 'symlinks' : ['sysinit.target.wants/'],
213 'file' : 'sys-kernel-config.mount',
214 'symlinks' : ['sysinit.target.wants/'],
217 'file' : 'sys-kernel-debug.mount',
218 'symlinks' : ['sysinit.target.wants/'],
221 'file' : 'sys-kernel-tracing.mount',
222 'symlinks' : ['sysinit.target.wants/'],
224 { 'file' : 'sysinit.target' },
225 { 'file' : 'syslog.socket' },
227 'file' : 'system-systemd\\x2dcryptsetup.slice',
228 'conditions' : ['HAVE_LIBCRYPTSETUP'],
231 'file' : 'system-systemd\\x2dveritysetup.slice',
232 'conditions' : ['HAVE_LIBCRYPTSETUP'],
234 { 'file' : 'system-update-cleanup.service' },
235 { 'file' : 'system-update-pre.target' },
236 { 'file' : 'system-update.target' },
238 'file' : 'systemd-ask-password-console.path',
239 'symlinks' : ['sysinit.target.wants/'],
241 { 'file' : 'systemd-ask-password-console.service' },
243 'file' : 'systemd-ask-password-wall.path',
244 'symlinks' : ['multi-user.target.wants/'],
246 { 'file' : 'systemd-ask-password-wall.service' },
248 'file' : 'systemd-backlight@.service.in',
249 'conditions' : ['ENABLE_BACKLIGHT'],
252 'file' : 'systemd-binfmt.service.in',
253 'conditions' : ['ENABLE_BINFMT'],
254 'symlinks' : ['sysinit.target.wants/'],
257 'file' : 'systemd-bless-boot.service.in',
258 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_BLKID'],
260 { 'file' : 'systemd-boot-check-no-failures.service.in' },
262 'file' : 'systemd-boot-random-seed.service',
263 'conditions' : ['ENABLE_BOOTLOADER'],
264 'symlinks' : ['sysinit.target.wants/'],
267 'file' : 'systemd-boot-update.service',
268 'conditions' : ['ENABLE_BOOTLOADER'],
271 'file' : 'systemd-confext.service',
272 'conditions' : ['ENABLE_SYSEXT'],
275 'file' : 'systemd-coredump.socket',
276 'conditions' : ['ENABLE_COREDUMP'],
277 'symlinks' : ['sockets.target.wants/'],
280 'file' : 'systemd-coredump@.service.in',
281 'conditions' : ['ENABLE_COREDUMP'],
283 { 'file' : 'systemd-exit.service' },
285 'file' : 'systemd-firstboot.service',
286 'conditions' : ['ENABLE_FIRSTBOOT'],
287 'symlinks' : ['sysinit.target.wants/'],
289 { 'file' : 'systemd-fsck-root.service.in' },
290 { 'file' : 'systemd-fsck@.service.in' },
291 { 'file' : 'systemd-growfs-root.service.in' },
292 { 'file' : 'systemd-growfs@.service.in' },
293 { 'file' : 'systemd-halt.service' },
295 'file' : 'systemd-hibernate-resume.service.in',
296 'conditions' : ['ENABLE_HIBERNATE'],
299 'file' : 'systemd-hibernate.service.in',
300 'conditions' : ['ENABLE_HIBERNATE'],
303 'file' : 'systemd-homed-activate.service',
304 'conditions' : ['ENABLE_HOMED'],
307 'file' : 'systemd-homed.service.in',
308 'conditions' : ['ENABLE_HOMED'],
311 'file' : 'systemd-hostnamed.service.in',
312 'conditions' : ['ENABLE_HOSTNAMED'],
313 'symlinks' : ['dbus-org.freedesktop.hostname1.service'],
316 'file' : 'systemd-hwdb-update.service.in',
317 'conditions' : ['ENABLE_HWDB'],
318 'symlinks' : ['sysinit.target.wants/'],
321 'file' : 'systemd-hybrid-sleep.service.in',
322 'conditions' : ['ENABLE_HIBERNATE'],
325 'file' : 'systemd-importd.service.in',
326 'conditions' : ['ENABLE_IMPORTD'],
327 'symlinks' : ['dbus-org.freedesktop.import1.service'],
330 'file' : 'systemd-initctl.service.in',
331 'conditions' : ['HAVE_SYSV_COMPAT'],
334 'file' : 'systemd-initctl.socket',
335 'conditions' : ['HAVE_SYSV_COMPAT'],
336 'symlinks' : ['sockets.target.wants/'],
339 'file' : 'systemd-journal-catalog-update.service',
340 'symlinks' : ['sysinit.target.wants/'],
343 'file' : 'systemd-journal-flush.service',
344 'symlinks' : ['sysinit.target.wants/'],
347 'file' : 'systemd-journal-gatewayd.service.in',
348 'conditions' : ['ENABLE_REMOTE', 'HAVE_MICROHTTPD'],
351 'file' : 'systemd-journal-gatewayd.socket',
352 'conditions' : ['ENABLE_REMOTE', 'HAVE_MICROHTTPD'],
355 'file' : 'systemd-journal-remote.service.in',
356 'conditions' : ['ENABLE_REMOTE', 'HAVE_MICROHTTPD'],
359 'file' : 'systemd-journal-remote.socket',
360 'conditions' : ['ENABLE_REMOTE', 'HAVE_MICROHTTPD'],
363 'file' : 'systemd-journal-upload.service.in',
364 'conditions' : ['ENABLE_REMOTE', 'HAVE_LIBCURL'],
366 { 'file' : 'systemd-journald-audit.socket' },
368 'file' : 'systemd-journald-dev-log.socket',
369 'symlinks' : ['sockets.target.wants/'],
371 { 'file' : 'systemd-journald-varlink@.socket' },
373 'file' : 'systemd-journald.service.in',
374 'symlinks' : ['sysinit.target.wants/'],
377 'file' : 'systemd-journald.socket',
378 'symlinks' : ['sockets.target.wants/'],
380 { 'file' : 'systemd-journald@.service.in' },
381 { 'file' : 'systemd-journald@.socket' },
382 { 'file' : 'systemd-kexec.service' },
384 'file' : 'systemd-localed.service.in',
385 'conditions' : ['ENABLE_LOCALED'],
386 'symlinks' : ['dbus-org.freedesktop.locale1.service'],
389 'file' : 'systemd-logind.service.in',
390 'conditions' : ['ENABLE_LOGIND'],
391 'symlinks' : ['multi-user.target.wants/', 'dbus-org.freedesktop.login1.service'],
394 'file' : 'systemd-machine-id-commit.service',
395 'symlinks' : ['sysinit.target.wants/'],
398 'file' : 'systemd-machined.service.in',
399 'conditions' : ['ENABLE_MACHINED'],
400 'symlinks' : ['dbus-org.freedesktop.machine1.service'],
403 'file' : 'systemd-modules-load.service.in',
404 'conditions' : ['HAVE_KMOD'],
405 'symlinks' : ['sysinit.target.wants/'],
407 { 'file' : 'systemd-network-generator.service.in' },
409 'file' : 'systemd-networkd-wait-online.service.in',
410 'conditions' : ['ENABLE_NETWORKD'],
413 'file' : 'systemd-networkd-wait-online@.service.in',
414 'conditions' : ['ENABLE_NETWORKD'],
417 'file' : 'systemd-networkd.service.in',
418 'conditions' : ['ENABLE_NETWORKD'],
421 'file' : 'systemd-networkd.socket',
422 'conditions' : ['ENABLE_NETWORKD'],
424 { 'file' : 'systemd-nspawn@.service.in' },
426 'file' : 'systemd-oomd.service.in',
427 'conditions' : ['ENABLE_OOMD'],
430 'file' : 'systemd-oomd.socket',
431 'conditions' : ['ENABLE_OOMD'],
434 'file' : 'systemd-pcrextend@.service.in',
435 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
438 'file' : 'systemd-pcrextend.socket',
439 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
440 'symlinks' : ['sockets.target.wants/'],
443 'file' : 'systemd-pcrfs-root.service.in',
444 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
447 'file' : 'systemd-pcrfs@.service.in',
448 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
451 'file' : 'systemd-pcrmachine.service.in',
452 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
453 'symlinks' : ['sysinit.target.wants/'],
456 'file' : 'systemd-pcrphase-initrd.service.in',
457 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2', 'ENABLE_INITRD'],
458 'symlinks' : ['initrd.target.wants/'],
461 'file' : 'systemd-pcrphase-sysinit.service.in',
462 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
463 'symlinks' : ['sysinit.target.wants/'],
466 'file' : 'systemd-pcrphase.service.in',
467 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
468 'symlinks' : ['sysinit.target.wants/'],
471 'file' : 'systemd-tpm2-setup.service.in',
472 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
473 'symlinks' : ['sysinit.target.wants/'],
476 'file' : 'systemd-tpm2-setup-early.service.in',
477 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
478 'symlinks' : ['sysinit.target.wants/'],
481 'file' : 'systemd-pcrlock-make-policy.service.in',
482 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
485 'file' : 'systemd-pcrlock-secureboot-policy.service.in',
486 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
489 'file' : 'systemd-pcrlock-secureboot-authority.service.in',
490 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
493 'file' : 'systemd-pcrlock-file-system.service.in',
494 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
497 'file' : 'systemd-pcrlock-machine-id.service.in',
498 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
501 'file' : 'systemd-pcrlock-firmware-code.service.in',
502 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
505 'file' : 'systemd-pcrlock-firmware-config.service.in',
506 'conditions' : ['ENABLE_BOOTLOADER', 'HAVE_OPENSSL', 'HAVE_TPM2'],
509 'file' : 'systemd-portabled.service.in',
510 'conditions' : ['ENABLE_PORTABLED'],
511 'symlinks' : ['dbus-org.freedesktop.portable1.service'],
513 { 'file' : 'systemd-poweroff.service' },
515 'file' : 'systemd-pstore.service.in',
516 'conditions' : ['ENABLE_PSTORE'],
519 'file' : 'systemd-quotacheck.service.in',
520 'conditions' : ['ENABLE_QUOTACHECK'],
523 'file' : 'systemd-random-seed.service.in',
524 'conditions' : ['ENABLE_RANDOMSEED'],
525 'symlinks' : ['sysinit.target.wants/'],
527 { 'file' : 'systemd-reboot.service' },
528 { 'file' : 'systemd-remount-fs.service.in' },
530 'file' : 'systemd-repart.service.in',
531 'conditions' : ['ENABLE_REPART'],
532 'symlinks' : ['sysinit.target.wants/', 'initrd-root-fs.target.wants/'],
535 'file' : 'systemd-resolved.service.in',
536 'conditions' : ['ENABLE_RESOLVE'],
539 'file' : 'systemd-rfkill.service.in',
540 'conditions' : ['ENABLE_RFKILL'],
543 'file' : 'systemd-rfkill.socket',
544 'conditions' : ['ENABLE_RFKILL'],
546 { 'file' : 'systemd-soft-reboot.service' },
548 'file' : 'systemd-suspend-then-hibernate.service.in',
549 'conditions' : ['ENABLE_HIBERNATE'],
551 { 'file' : 'systemd-suspend.service.in' },
553 'file' : 'systemd-sysctl.service.in',
554 'symlinks' : ['sysinit.target.wants/'],
557 'file' : 'systemd-sysext.service',
558 'conditions' : ['ENABLE_SYSEXT'],
561 'file' : 'systemd-sysext.socket',
562 'conditions' : ['ENABLE_SYSEXT'],
563 'symlinks' : ['sockets.target.wants/'],
566 'file' : 'systemd-sysext@.service',
567 'conditions' : ['ENABLE_SYSEXT'],
570 'file' : 'systemd-sysupdate-reboot.service.in',
571 'conditions' : ['ENABLE_SYSUPDATE'],
574 'file' : 'systemd-sysupdate-reboot.timer',
575 'conditions' : ['ENABLE_SYSUPDATE'],
578 'file' : 'systemd-sysupdate.service.in',
579 'conditions' : ['ENABLE_SYSUPDATE'],
582 'file' : 'systemd-sysupdate.timer',
583 'conditions' : ['ENABLE_SYSUPDATE'],
586 'file' : 'systemd-sysusers.service',
587 'conditions' : ['ENABLE_SYSUSERS'],
588 'symlinks' : ['sysinit.target.wants/'],
591 'file' : 'systemd-storagetm.service.in',
592 'conditions' : ['ENABLE_STORAGETM'],
595 'file' : 'storage-target-mode.target',
596 'conditions' : ['ENABLE_STORAGETM'],
599 'file' : 'systemd-time-wait-sync.service.in',
600 'conditions' : ['ENABLE_TIMESYNCD'],
603 'file' : 'systemd-timedated.service.in',
604 'conditions' : ['ENABLE_TIMEDATED'],
605 'symlinks' : ['dbus-org.freedesktop.timedate1.service'],
608 'file' : 'systemd-timesyncd.service.in',
609 'conditions' : ['ENABLE_TIMESYNCD'],
612 'file' : 'systemd-tmpfiles-clean.service',
613 'conditions' : ['ENABLE_TMPFILES'],
616 'file' : 'systemd-tmpfiles-clean.timer',
617 'conditions' : ['ENABLE_TMPFILES'],
618 'symlinks' : ['timers.target.wants/'],
621 'file' : 'systemd-tmpfiles-setup-dev-early.service',
622 'conditions' : ['ENABLE_TMPFILES'],
623 'symlinks' : ['sysinit.target.wants/'],
626 'file' : 'systemd-tmpfiles-setup-dev.service',
627 'conditions' : ['ENABLE_TMPFILES'],
628 'symlinks' : ['sysinit.target.wants/'],
631 'file' : 'systemd-tmpfiles-setup.service',
632 'conditions' : ['ENABLE_TMPFILES'],
633 'symlinks' : ['sysinit.target.wants/'],
635 { 'file' : 'systemd-udev-settle.service' },
637 'file' : 'systemd-udev-trigger.service',
638 'symlinks' : ['sysinit.target.wants/'],
641 'file' : 'systemd-udevd-control.socket',
642 'symlinks' : ['sockets.target.wants/'],
645 'file' : 'systemd-udevd-kernel.socket',
646 'symlinks' : ['sockets.target.wants/'],
649 'file' : 'systemd-udevd.service.in',
650 'symlinks' : ['sysinit.target.wants/'],
653 'file' : 'systemd-update-done.service.in',
654 'symlinks' : ['sysinit.target.wants/'],
657 'file' : 'systemd-update-utmp-runlevel.service.in',
658 'conditions' : ['ENABLE_UTMP', 'HAVE_SYSV_COMPAT'],
659 'symlinks' : ['multi-user.target.wants/', 'graphical.target.wants/', 'rescue.target.wants/'],
662 'file' : 'systemd-update-utmp.service.in',
663 'conditions' : ['ENABLE_UTMP'],
664 'symlinks' : ['sysinit.target.wants/'],
667 'file' : 'systemd-user-sessions.service.in',
668 'conditions' : ['HAVE_PAM'],
669 'symlinks' : ['multi-user.target.wants/'],
672 'file' : 'systemd-userdbd.service.in',
673 'conditions' : ['ENABLE_USERDB'],
676 'file' : 'systemd-userdbd.socket',
677 'conditions' : ['ENABLE_USERDB'],
680 'file' : 'systemd-vconsole-setup.service.in',
681 'conditions' : ['ENABLE_VCONSOLE'],
684 'file' : 'systemd-volatile-root.service.in',
685 'conditions' : ['ENABLE_INITRD'],
687 { 'file' : 'time-set.target' },
688 { 'file' : 'time-sync.target' },
689 { 'file' : 'timers.target' },
691 'file' : 'tmp.mount',
692 'symlinks' : ['local-fs.target.wants/'],
694 { 'file' : 'umount.target' },
695 { 'file' : 'usb-gadget.target' },
696 { 'file' : 'user-runtime-dir@.service.in' },
697 { 'file' : 'user.slice' },
698 { 'file' : 'user@.service.in' },
700 'file' : 'var-lib-machines.mount',
701 'conditions' : ['ENABLE_MACHINED'],
702 'symlinks' : ['remote-fs.target.wants/', 'machines.target.wants/'],
705 'file' : 'veritysetup-pre.target',
706 'conditions' : ['HAVE_LIBCRYPTSETUP'],
709 'file' : 'veritysetup.target',
710 'conditions' : ['HAVE_LIBCRYPTSETUP'],
711 'symlinks' : ['sysinit.target.wants/'],
716 source = unit.get('file')
718 if source.endswith('.in')
720 name = source.substring(0, -3)
721 assert(name + '.in' == source)
726 source = files(source)
729 foreach cond : unit.get('conditions', [])
730 if conf.get(cond) != 1
741 command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
743 install_dir : systemunitdir)
746 install_dir : systemunitdir)
750 foreach target : unit.get('symlinks', [])
751 if target.endswith('/')
752 install_emptydir(systemunitdir / target)
753 meson.add_install_script(sh, '-c',
754 ln_s.format(systemunitdir / name,
755 systemunitdir / target / name))
757 meson.add_install_script(sh, '-c',
758 ln_s.format(systemunitdir / name,
759 systemunitdir / target))
765 install_data('user-.slice.d/10-defaults.conf',
766 install_dir : systemunitdir + '/user-.slice.d')
768 install_data('user@.service.d/10-login-barrier.conf',
769 install_dir : systemunitdir + '/user@.service.d')
770 install_data('user@0.service.d/10-login-barrier.conf',
771 install_dir : systemunitdir + '/user@0.service.d')
773 ############################################################
775 install_emptydir(dbussessionservicedir)
776 meson.add_install_script(sh, '-c',
777 ln_s.format(dbussystemservicedir / 'org.freedesktop.systemd1.service',
778 dbussessionservicedir / 'org.freedesktop.systemd1.service'))
780 if conf.get('HAVE_SYSV_COMPAT') == 1
781 foreach i : [1, 2, 3, 4, 5]
782 install_emptydir(systemunitdir / 'runlevel@0@.target.wants'.format(i))