summaryrefslogtreecommitdiffstats
path: root/test/testsuite-07.units/issue27953.service
blob: f44106782287db9e8aa395966efc136ca2472134 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=This unit should not remain active once the shell process exits

[Service]
Type=oneshot
ExecStart=sh -c 'sleep infinity & exit 0'