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

[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=sh -c '>/testok'
ExecStop=sh -c 'kill -SEGV $$$$'
Type=oneshot
RemainAfterExit=yes
TimeoutStopSec=270s