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

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