2017-11-19 00:35:03 +08:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
#
|
2012-05-05 08:06:58 +08:00
|
|
|
# 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=Suspend
|
2012-05-21 21:12:18 +08:00
|
|
|
Documentation=man:systemd.special(7)
|
2012-05-05 08:06:58 +08:00
|
|
|
DefaultDependencies=no
|
2017-08-31 00:20:23 +08:00
|
|
|
Requires=systemd-suspend.service
|
2012-06-25 20:24:56 +08:00
|
|
|
After=systemd-suspend.service
|
2017-08-31 00:20:23 +08:00
|
|
|
StopWhenUnneeded=yes
|