mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
systemctl: provide compatibility implementations for various sysv utilities
This commit is contained in:
parent
5925dd3c7a
commit
e4b613402d
@ -369,6 +369,7 @@ systemd_cgroups_agent_LDADD = \
|
||||
|
||||
systemctl_SOURCES = \
|
||||
src/systemctl.c \
|
||||
src/utmp-wtmp.c \
|
||||
$(BASIC_SOURCES)
|
||||
|
||||
systemctl_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||
|
14
fixme
14
fixme
@ -57,6 +57,20 @@
|
||||
|
||||
* selinux
|
||||
|
||||
* User= and friends needs to understand %i and similar replacements
|
||||
|
||||
* EnvironmentFile=
|
||||
|
||||
* make systemd bus activatable
|
||||
|
||||
* pin /cgroup/systemd
|
||||
|
||||
* systemd-sysvinit as package
|
||||
|
||||
* docdir für sd-daemon.[ch]
|
||||
|
||||
* __attribute__ for sd_notifyf
|
||||
|
||||
Regularly:
|
||||
|
||||
* look for close() vs. close_nointr() vs. close_nointr_nofail()
|
||||
|
928
src/systemctl.c
928
src/systemctl.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user