]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-09.service
docs: document new description field
[thirdparty/systemd.git] / test / units / testsuite-09.service
1 [Unit]
2 Description=TEST-09-ISSUE-2691
3
4 [Service]
5 ExecStartPre=rm -f /failed /testok
6 ExecStart=sh -c '>/testok'
7 ExecStop=sh -c 'kill -SEGV $$$$'
8 Type=oneshot
9 RemainAfterExit=yes
10 TimeoutStopSec=270s