mirror of
https://github.com/systemd/systemd
synced 2025-09-21 12:54:44 +02:00
Compare commits
2 Commits
fd74a13e85
...
a3558e7952
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a3558e7952 | ||
![]() |
df883de98a |
@ -1930,7 +1930,7 @@ static int initialize_runtime(
|
||||
status_welcome();
|
||||
hostname_setup();
|
||||
machine_id_setup(NULL, arg_machine_id, NULL);
|
||||
loopback_setup();
|
||||
(void) loopback_setup();
|
||||
bump_unix_max_dgram_qlen();
|
||||
bump_file_max_and_nr_open();
|
||||
test_usr();
|
||||
|
@ -3000,7 +3000,7 @@ static int inner_child(
|
||||
return log_error_errno(errno, "setsid() failed: %m");
|
||||
|
||||
if (arg_private_network)
|
||||
loopback_setup();
|
||||
(void) loopback_setup();
|
||||
|
||||
if (arg_expose_ports) {
|
||||
r = expose_port_send_rtnl(rtnl_socket);
|
||||
|
@ -18,7 +18,7 @@ IgnoreOnIsolate=yes
|
||||
User=%i
|
||||
PAMName=systemd-user
|
||||
Type=notify
|
||||
ExecStart=-@rootlibexecdir@/systemd --user
|
||||
ExecStart=@rootlibexecdir@/systemd --user
|
||||
Slice=user-%i.slice
|
||||
KillMode=mixed
|
||||
Delegate=pids memory
|
||||
|
Loading…
x
Reference in New Issue
Block a user