mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
units: On Debian Runlevel 2, 3, 4 and 5 are multi-user
Patch by Tollef Fog Heen <tfheen@err.no> Extended to re-create the runlevel5.target symlink by Michael Biebl <biebl@debian.org>
This commit is contained in:
parent
a5dc0a45fe
commit
e082d6c8d8
@ -972,6 +972,9 @@ if TARGET_DEBIAN
|
||||
$(LN_S) ../umountfs.service umountfs.service && \
|
||||
$(LN_S) ../umountnfs.service umountnfs.service && \
|
||||
$(LN_S) ../umountroot.service umountroot.service )
|
||||
( cd $(DESTDIR)$(systemunitdir) && \
|
||||
rm -f runlevel5.target && \
|
||||
$(LN_S) multi-user.target runlevel5.target )
|
||||
endif
|
||||
if !TARGET_SUSE
|
||||
if !TARGET_DEBIAN
|
||||
|
@ -20,6 +20,10 @@ Names=runlevel3.target
|
||||
m4_ifdef(`TARGET_SUSE',
|
||||
Names=runlevel3.target
|
||||
)m4_dnl
|
||||
m4_ifdef(`TARGET_DEBIAN',
|
||||
m4_dnl On Debian Runlevel 2, 3, 4 and 5 are multi-user
|
||||
Names=runlevel2.target runlevel3.target runlevel4.target runlevel5.target
|
||||
)m4_dnl
|
||||
AllowIsolate=yes
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user