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/reboot.target | |
parent | 997a624029822ebdabf834605831bf87ce0b3085 (diff) |
units: get rid of runlevel Names=, the symlinks in /lib/systemd/system are much more useful
Diffstat (limited to 'units/reboot.target')
-rw-r--r-- | units/reboot.target | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/reboot.target b/units/reboot.target index 2cd46a062b..41e133cb76 100644 --- a/units/reboot.target +++ b/units/reboot.target @@ -10,7 +10,6 @@ [Unit] Description=Reboot DefaultDependencies=no -Names=runlevel6.target Requires=reboot.service After=reboot.service AllowIsolate=yes |