]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/testsuite-06.units/load-systemd-test-module.service
test: move most of TEST-06-* setup to static files
[thirdparty/systemd.git] / test / testsuite-06.units / load-systemd-test-module.service
CommitLineData
1ed5556e
ZJS
1[Unit]
2Description=Load systemd-test module
3DefaultDependencies=no
4Requires=local-fs.target
5Conflicts=shutdown.target
6After=local-fs.target
7Before=sysinit.target shutdown.target autorelabel.service
8ConditionSecurity=selinux
9
10[Service]
11ExecStart=sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile load'
12Type=oneshot
13TimeoutSec=0
14RemainAfterExit=yes