mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
shutdown: move shutdown to core since it replaces PID 1
This commit is contained in:
parent
7f81d81ada
commit
146de8175e
@ -946,9 +946,9 @@ pkginclude_HEADERS += \
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
systemd_shutdown_SOURCES = \
|
||||
src/umount.c \
|
||||
src/umount.h \
|
||||
src/shutdown.c
|
||||
src/core/umount.c \
|
||||
src/core/umount.h \
|
||||
src/core/shutdown.c
|
||||
|
||||
systemd_shutdown_LDADD = \
|
||||
libsystemd-label.la \
|
||||
|
Loading…
Reference in New Issue
Block a user