mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
15 lines
411 B
SYSTEMD
15 lines
411 B
SYSTEMD
|
[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 load'
|
||
|
Type=oneshot
|
||
|
TimeoutSec=0
|
||
|
RemainAfterExit=yes
|