summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-06.service
blob: 3f8dad36dc7402769c45d7d05578d5c6b34eeac3 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=TEST-06-SELINUX

Requires=load-systemd-test-module.service
After=load-systemd-test-module.service

[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot