blob: a4562077db49da023ffe2577794be156ae9cf731 (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Unit that sets UpheldBy= through [Install]
[Service]
ExecStart=/bin/sleep infinity
[Install]
UpheldBy=testsuite-23-retry-uphold.service
|