diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-18 21:56:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-18 21:56:21 +0200 |
commit | 3d88bf660dae270c051c8319bba62c58a50c9d2b (patch) | |
tree | fff9cf15f8ae715a3a1cd9e4a5f808bc2e5c1398 /units/getty@.service.m4 | |
parent | c32dd69b46c6311148ed666095a13c5e6173c744 (diff) |
unit: add [Install] section to various service files
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 8f3f628b54..5f6944fadb 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -23,3 +23,11 @@ ExecStart=GETTY %I Restart=restart-always RestartSec=0 KillMode=process-group + +[Install] +Alias=getty.target.wants/getty@tty1.service +Alias=getty.target.wants/getty@tty2.service +Alias=getty.target.wants/getty@tty3.service +Alias=getty.target.wants/getty@tty4.service +Alias=getty.target.wants/getty@tty5.service +Alias=getty.target.wants/getty@tty6.service |