]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-06.units/load-systemd-test-module.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / testsuite-06.units / load-systemd-test-module.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Load systemd-test module
4 DefaultDependencies=no
5 Requires=local-fs.target
6 Conflicts=shutdown.target
7 After=local-fs.target
8 Before=sysinit.target shutdown.target autorelabel.service
9 ConditionSecurity=selinux
10
11 [Service]
12 ExecStart=sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile clean load'
13 Type=oneshot
14 TimeoutSec=0
15 RemainAfterExit=yes