mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
10 lines
202 B
SYSTEMD
10 lines
202 B
SYSTEMD
|
# 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
|