mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
update systemd configuration files
This commit is contained in:
parent
8708b133e5
commit
dc4101f3de
@ -6,9 +6,11 @@
|
|||||||
# any later version.
|
# any later version.
|
||||||
#
|
#
|
||||||
# Entries in this file show the compile time defaults. Local configuration
|
# Entries in this file show the compile time defaults. Local configuration
|
||||||
# should be created by either modifying this file, or by creating "drop-ins" in
|
# should be created by either modifying this file (or a copy of it placed in
|
||||||
# the journald.conf.d/ subdirectory. The latter is generally recommended.
|
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
|
||||||
# Defaults can be restored by simply deleting this file and all drop-ins.
|
# the /etc/systemd/journald.conf.d/ directory. The latter is generally
|
||||||
|
# recommended. Defaults can be restored by simply deleting the main
|
||||||
|
# configuration file and all drop-ins located in /etc/.
|
||||||
#
|
#
|
||||||
# Use 'systemd-analyze cat-config systemd/journald.conf' to display the full config.
|
# Use 'systemd-analyze cat-config systemd/journald.conf' to display the full config.
|
||||||
#
|
#
|
||||||
|
@ -6,9 +6,13 @@
|
|||||||
# any later version.
|
# any later version.
|
||||||
#
|
#
|
||||||
# Entries in this file show the compile time defaults. Local configuration
|
# Entries in this file show the compile time defaults. Local configuration
|
||||||
# should be created by either modifying this file, or by creating "drop-ins" in
|
# should be created by either modifying this file (or a copy of it placed in
|
||||||
# the networkd.conf.d/ subdirectory. The latter is generally recommended.
|
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
|
||||||
# Defaults can be restored by simply deleting this file and all drop-ins.
|
# the /etc/systemd/networkd.conf.d/ directory. The latter is generally
|
||||||
|
# recommended. Defaults can be restored by simply deleting the main
|
||||||
|
# configuration file and all drop-ins located in /etc/.
|
||||||
|
#
|
||||||
|
# Use 'systemd-analyze cat-config systemd/networkd.conf' to display the full config.
|
||||||
#
|
#
|
||||||
# See networkd.conf(5) for details.
|
# See networkd.conf(5) for details.
|
||||||
|
|
||||||
|
@ -6,9 +6,13 @@
|
|||||||
# any later version.
|
# any later version.
|
||||||
#
|
#
|
||||||
# Entries in this file show the compile time defaults. Local configuration
|
# Entries in this file show the compile time defaults. Local configuration
|
||||||
# should be created by either modifying this file, or by creating "drop-ins" in
|
# should be created by either modifying this file (or a copy of it placed in
|
||||||
# the sleep.conf.d/ subdirectory. The latter is generally recommended.
|
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
|
||||||
# Defaults can be restored by simply deleting this file and all drop-ins.
|
# the /etc/systemd/sleep.conf.d/ directory. The latter is generally
|
||||||
|
# recommended. Defaults can be restored by simply deleting the main
|
||||||
|
# configuration file and all drop-ins located in /etc/.
|
||||||
|
#
|
||||||
|
# Use 'systemd-analyze cat-config systemd/sleep.conf' to display the full config.
|
||||||
#
|
#
|
||||||
# See systemd-sleep.conf(5) for details.
|
# See systemd-sleep.conf(5) for details.
|
||||||
|
|
||||||
@ -17,11 +21,7 @@ AllowSuspend=no
|
|||||||
AllowHibernation=no
|
AllowHibernation=no
|
||||||
#AllowSuspendThenHibernate=yes
|
#AllowSuspendThenHibernate=yes
|
||||||
#AllowHybridSleep=yes
|
#AllowHybridSleep=yes
|
||||||
#SuspendMode=
|
|
||||||
#SuspendState=mem standby freeze
|
#SuspendState=mem standby freeze
|
||||||
#HibernateMode=platform shutdown
|
#HibernateMode=platform shutdown
|
||||||
#HibernateState=disk
|
|
||||||
#HybridSleepMode=suspend platform shutdown
|
|
||||||
#HybridSleepState=disk
|
|
||||||
#HibernateDelaySec=
|
#HibernateDelaySec=
|
||||||
#SuspendEstimationSec=60min
|
#SuspendEstimationSec=60min
|
||||||
|
@ -6,9 +6,11 @@
|
|||||||
# any later version.
|
# any later version.
|
||||||
#
|
#
|
||||||
# Entries in this file show the compile time defaults. Local configuration
|
# Entries in this file show the compile time defaults. Local configuration
|
||||||
# should be created by either modifying this file, or by creating "drop-ins" in
|
# should be created by either modifying this file (or a copy of it placed in
|
||||||
# the system.conf.d/ subdirectory. The latter is generally recommended.
|
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
|
||||||
# Defaults can be restored by simply deleting this file and all drop-ins.
|
# /etc/systemd/system.conf.d/ directory. The latter is generally recommended.
|
||||||
|
# Defaults can be restored by simply deleting the main configuration file and
|
||||||
|
# all drop-ins located in /etc/.
|
||||||
#
|
#
|
||||||
# Use 'systemd-analyze cat-config systemd/system.conf' to display the full config.
|
# Use 'systemd-analyze cat-config systemd/system.conf' to display the full config.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user