mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
9 lines
168 B
Desktop File
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
|