systemd: remove unnecessary init_write_runtime_socket()

init_write_runtime_socket(systemd_user_session_type) is redundant with
init_dgram_send(systemd_user_session_type).

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
Nicolas Iooss 2019-09-19 23:06:58 +02:00
parent e942a3171e
commit 7b61521c4c
No known key found for this signature in database
GPG Key ID: C191415F340DAAA0
1 changed files with 0 additions and 2 deletions

View File

@ -1196,8 +1196,6 @@ fs_manage_cgroup_dirs(systemd_user_session_type)
# for /run/systemd/notify
init_dgram_send(systemd_user_session_type)
init_signal(systemd_user_session_type)
# for /run/systemd/notify
init_write_runtime_socket(systemd_user_session_type)
# for /proc/sys/fs/nr_open
kernel_read_fs_sysctls(systemd_user_session_type)