diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-25 12:00:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-25 12:00:43 +0200 |
commit | 4aa6e7782a1b693a8e4fa1d84c87dd76fe1e536d (patch) | |
tree | 6b0f607a6d283fe6d92609081b786c9d36d13a43 /units | |
parent | 013d8a39a6178179080bcfee9122b29cf9d29259 (diff) |
man: document systemd-vconsole-setup.service
Diffstat (limited to 'units')
-rw-r--r-- | units/hibernate.target | 1 | ||||
-rw-r--r-- | units/systemd-vconsole-setup.service.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/units/hibernate.target b/units/hibernate.target index 23a9f99984..fc8493c208 100644 --- a/units/hibernate.target +++ b/units/hibernate.target @@ -11,3 +11,4 @@ Documentation=man:systemd.special(7) DefaultDependencies=no BindTo=hibernate.service After=hibernate.service +StopWhenUnneeded=yes diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in index 51fc0b5124..18faa63f28 100644 --- a/units/systemd-vconsole-setup.service.in +++ b/units/systemd-vconsole-setup.service.in @@ -7,7 +7,7 @@ [Unit] Description=Setup Virtual Console -Documentation=man:vconsole.conf(5) +Documentation=man:systemd-vconsole-setup.service(8) man:vconsole.conf(5) DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service |