Compare commits
No commits in common. "a3558e795203230837fb3afc64102fa501b001d4" and "fd74a13e85acdf2880696d8f8f9ebe62ed37b29c" have entirely different histories.
a3558e7952
...
fd74a13e85
|
@ -1930,7 +1930,7 @@ static int initialize_runtime(
|
||||||
status_welcome();
|
status_welcome();
|
||||||
hostname_setup();
|
hostname_setup();
|
||||||
machine_id_setup(NULL, arg_machine_id, NULL);
|
machine_id_setup(NULL, arg_machine_id, NULL);
|
||||||
(void) loopback_setup();
|
loopback_setup();
|
||||||
bump_unix_max_dgram_qlen();
|
bump_unix_max_dgram_qlen();
|
||||||
bump_file_max_and_nr_open();
|
bump_file_max_and_nr_open();
|
||||||
test_usr();
|
test_usr();
|
||||||
|
|
|
@ -3000,7 +3000,7 @@ static int inner_child(
|
||||||
return log_error_errno(errno, "setsid() failed: %m");
|
return log_error_errno(errno, "setsid() failed: %m");
|
||||||
|
|
||||||
if (arg_private_network)
|
if (arg_private_network)
|
||||||
(void) loopback_setup();
|
loopback_setup();
|
||||||
|
|
||||||
if (arg_expose_ports) {
|
if (arg_expose_ports) {
|
||||||
r = expose_port_send_rtnl(rtnl_socket);
|
r = expose_port_send_rtnl(rtnl_socket);
|
||||||
|
|
|
@ -18,7 +18,7 @@ IgnoreOnIsolate=yes
|
||||||
User=%i
|
User=%i
|
||||||
PAMName=systemd-user
|
PAMName=systemd-user
|
||||||
Type=notify
|
Type=notify
|
||||||
ExecStart=@rootlibexecdir@/systemd --user
|
ExecStart=-@rootlibexecdir@/systemd --user
|
||||||
Slice=user-%i.slice
|
Slice=user-%i.slice
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
Delegate=pids memory
|
Delegate=pids memory
|
||||||
|
|
Loading…
Reference in New Issue