mirror of
https://github.com/systemd/systemd.git
synced 2024-12-15 05:03:34 +08:00
8 lines
134 B
Desktop File
8 lines
134 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Sleep infinitely
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/sleep infinity
|