blob: a5504b515d7ee2aa98b3a007dafddff905058e4a (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=TEST-42-EXECSTOPPOST
Before=getty-pre.target
Wants=getty-pre.target
[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot
|