diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-26 17:33:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-26 17:33:11 +0200 |
commit | e2b696ee9bffad34daaafc99d3a5d8ee13504288 (patch) | |
tree | 9310c7bb884e9860804ecc58315f2fd54e7a404a /units | |
parent | 8284608198887230a1ac7f6ada9affeed3f437fb (diff) |
man: document systemd-suspend.service
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-hibernate.service.in | 1 | ||||
-rw-r--r-- | units/systemd-suspend.service.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-hibernate.service.in b/units/systemd-hibernate.service.in index 6dba653d37..29d9b696a8 100644 --- a/units/systemd-hibernate.service.in +++ b/units/systemd-hibernate.service.in @@ -7,6 +7,7 @@ [Unit] Description=Hibernate +Documentation=man:systemd-suspend.service(8) DefaultDependencies=no Requires=sleep.target After=sleep.target diff --git a/units/systemd-suspend.service.in b/units/systemd-suspend.service.in index 3cf819e476..3a702d2e22 100644 --- a/units/systemd-suspend.service.in +++ b/units/systemd-suspend.service.in @@ -7,6 +7,7 @@ [Unit] Description=Suspend +Documentation=man:systemd-suspend.service(8) DefaultDependencies=no Requires=sleep.target After=sleep.target |