2017-11-18 16:35:03 +00:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
#
|
2012-05-05 00:06:58 +00: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=Sleep
|
2012-05-21 13:12:18 +00:00
|
|
|
Documentation=man:systemd.special(7)
|
2012-05-05 00:06:58 +00:00
|
|
|
DefaultDependencies=no
|
|
|
|
RefuseManualStart=yes
|
2012-06-25 10:01:09 +00:00
|
|
|
StopWhenUnneeded=yes
|