diff options
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 |