mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
(cherry picked from commit 22b21b2ea2db3485923cce3d0c2305c6538ff83a) (cherry picked from commit f8c22708f196bb4d3aaf3065b20c14cdc2422233) (cherry picked from commit 753c6e703b841b25afcc39f4600e8484840aef4b) (cherry picked from commit a3c854c4f7a06ffa2d468793efaf5dd67b499208)
20 lines
585 B
SYSTEMD
20 lines
585 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=System Hybrid Suspend+Hibernate
|
|
Documentation=man:systemd-hybrid-sleep.service(8)
|
|
DefaultDependencies=no
|
|
Requires=sleep.target
|
|
After=sleep.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ROOTLIBEXECDIR}}/systemd-sleep hybrid-sleep
|