mirror of
https://github.com/systemd/systemd.git
synced 2025-02-01 09:47:35 +03:00
8 lines
134 B
SYSTEMD
8 lines
134 B
SYSTEMD
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
[Unit]
|
||
|
Description=Sleep infinitely
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/bin/sleep infinity
|