1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-07 21:18:41 +03:00
systemd/test/TEST-03-JOBS/TEST-03-JOBS.units/sleep-infinity-restart-normal.service
2024-10-27 20:04:58 +01:00

9 lines
168 B
Desktop File

# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
OnFailure=restart-on-failure.service
[Service]
ExecStart=/bin/sleep infinity
Restart=on-failure
RestartMode=normal