mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
11 lines
197 B
Desktop File
11 lines
197 B
Desktop File
[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
|