mirror of
https://github.com/systemd/systemd
synced 2026-04-26 00:45:09 +02:00
Compare commits
4 Commits
2d14ec9b8a
...
6e81415944
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e81415944 | ||
|
|
606104bcdb | ||
|
|
0bc055cf52 | ||
|
|
08a767f1e0 |
@ -66,7 +66,7 @@
|
|||||||
#DefaultLimitNOFILE=1024:{{HIGH_RLIMIT_NOFILE}}
|
#DefaultLimitNOFILE=1024:{{HIGH_RLIMIT_NOFILE}}
|
||||||
#DefaultLimitAS=
|
#DefaultLimitAS=
|
||||||
#DefaultLimitNPROC=
|
#DefaultLimitNPROC=
|
||||||
#DefaultLimitMEMLOCK=8M
|
#DefaultLimitMEMLOCK=
|
||||||
#DefaultLimitLOCKS=
|
#DefaultLimitLOCKS=
|
||||||
#DefaultLimitSIGPENDING=
|
#DefaultLimitSIGPENDING=
|
||||||
#DefaultLimitMSGQUEUE=
|
#DefaultLimitMSGQUEUE=
|
||||||
|
|||||||
@ -45,7 +45,7 @@ Login.HoldoffTimeoutSec, config_parse_sec, 0, offse
|
|||||||
Login.IdleAction, config_parse_handle_action, 0, offsetof(Manager, idle_action)
|
Login.IdleAction, config_parse_handle_action, 0, offsetof(Manager, idle_action)
|
||||||
Login.IdleActionSec, config_parse_sec, 0, offsetof(Manager, idle_action_usec)
|
Login.IdleActionSec, config_parse_sec, 0, offsetof(Manager, idle_action_usec)
|
||||||
Login.RuntimeDirectorySize, config_parse_tmpfs_size, 0, offsetof(Manager, runtime_dir_size)
|
Login.RuntimeDirectorySize, config_parse_tmpfs_size, 0, offsetof(Manager, runtime_dir_size)
|
||||||
Login.RuntimeDirectoryInodesMax, config_parse_uint64, 0, offsetof(Manager, runtime_dir_inodes)
|
Login.RuntimeDirectoryInodesMax, config_parse_iec_uint64, 0, offsetof(Manager, runtime_dir_inodes)
|
||||||
Login.RemoveIPC, config_parse_bool, 0, offsetof(Manager, remove_ipc)
|
Login.RemoveIPC, config_parse_bool, 0, offsetof(Manager, remove_ipc)
|
||||||
Login.InhibitorsMax, config_parse_uint64, 0, offsetof(Manager, inhibitors_max)
|
Login.InhibitorsMax, config_parse_uint64, 0, offsetof(Manager, inhibitors_max)
|
||||||
Login.SessionsMax, config_parse_uint64, 0, offsetof(Manager, sessions_max)
|
Login.SessionsMax, config_parse_uint64, 0, offsetof(Manager, sessions_max)
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
#IdleAction=ignore
|
#IdleAction=ignore
|
||||||
#IdleActionSec=30min
|
#IdleActionSec=30min
|
||||||
#RuntimeDirectorySize=10%
|
#RuntimeDirectorySize=10%
|
||||||
#RuntimeDirectoryInodesMax=400k
|
#RuntimeDirectoryInodesMax=
|
||||||
#RemoveIPC=yes
|
#RemoveIPC=yes
|
||||||
#InhibitorsMax=8192
|
#InhibitorsMax=8192
|
||||||
#SessionsMax=8192
|
#SessionsMax=8192
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user