mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
cd2d8fea14
otherwise the module won't compile & load after autorelabel reboot, since the target is already built.
15 lines
417 B
Desktop File
15 lines
417 B
Desktop File
[Unit]
|
|
Description=Load systemd-test module
|
|
DefaultDependencies=no
|
|
Requires=local-fs.target
|
|
Conflicts=shutdown.target
|
|
After=local-fs.target
|
|
Before=sysinit.target shutdown.target autorelabel.service
|
|
ConditionSecurity=selinux
|
|
|
|
[Service]
|
|
ExecStart=sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile clean load'
|
|
Type=oneshot
|
|
TimeoutSec=0
|
|
RemainAfterExit=yes
|