1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00
systemd/test/testsuite-63.units/test63-issue-24577.service

9 lines
188 B
SYSTEMD
Raw Normal View History

# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Requires=test63-issue-24577-dep.service
After=test63-issue-24577-dep.service
[Service]
Type=oneshot
ExecStart=bash -c 'sleep infinity'