1# SPDX-License-Identifier: LGPL-2.1-or-later 2[Unit] 3Description=Load systemd-test module 4DefaultDependencies=no 5Requires=local-fs.target 6Conflicts=shutdown.target 7After=local-fs.target 8Before=sysinit.target shutdown.target autorelabel.service 9ConditionSecurity=selinux 10 11[Service] 12ExecStart=sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile clean load' 13Type=oneshot 14TimeoutSec=0 15RemainAfterExit=yes 16