mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-01 09:00:01 +00:00
12 lines
242 B
Desktop File
12 lines
242 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[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
|