diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:37:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:53:31 +0100 |
commit | 97df13c0ac43addbf2317e438d80aa78e90c3f92 (patch) | |
tree | 4aa35220e7eff92ceeab702e003df3069150f920 /units/poweroff.target | |
parent | 997a624029822ebdabf834605831bf87ce0b3085 (diff) |
units: get rid of runlevel Names=, the symlinks in /lib/systemd/system are much more useful
Diffstat (limited to 'units/poweroff.target')
-rw-r--r-- | units/poweroff.target | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/poweroff.target b/units/poweroff.target index 975b088965..d2ccf4b2c7 100644 --- a/units/poweroff.target +++ b/units/poweroff.target @@ -10,7 +10,6 @@ [Unit] Description=Power-Off DefaultDependencies=no -Names=runlevel0.target Requires=poweroff.service After=poweroff.service AllowIsolate=yes |