]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/run/meson.build
man/systemd.mount: tmpfs automatically gains After=swap.target dep
[thirdparty/systemd.git] / src / run / meson.build
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 executables += [
4 executable_template + {
5 'name' : 'systemd-run',
6 'public' : true,
7 'sources' : files('run.c'),
8 },
9 ]