mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 09:35:52 +07: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