mirror of
https://github.com/morgan9e/systemd
synced 2026-04-16 01:16:10 +09:00
Merge pull request #9422 from yuwata/conf-files
cleanups for default conf files
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#JoinControllers=cpu,cpuacct net_cls,net_prio
|
||||
#RuntimeWatchdogSec=0
|
||||
#ShutdownWatchdogSec=10min
|
||||
#WatchdogDevice=
|
||||
#CapabilityBoundingSet=
|
||||
#NoNewPrivileges=no
|
||||
#SystemCallArchitectures=
|
||||
@@ -62,5 +63,3 @@
|
||||
#DefaultLimitNICE=
|
||||
#DefaultLimitRTPRIO=
|
||||
#DefaultLimitRTTIME=
|
||||
#IPAddressAllow=
|
||||
#IPAddressDeny=
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Entries in this file show the compile time defaults.
|
||||
# You can change settings by editing this file.
|
||||
# Defaults can be restored by simply deleting this file.
|
||||
#
|
||||
# See journal-remote.conf(5) for details
|
||||
|
||||
[Remote]
|
||||
# Seal=false
|
||||
# SplitMode=host
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Entries in this file show the compile time defaults.
|
||||
# You can change settings by editing this file.
|
||||
# Defaults can be restored by simply deleting this file.
|
||||
#
|
||||
# See journal-upload.conf(5) for details
|
||||
|
||||
[Upload]
|
||||
# URL=
|
||||
# ServerKeyFile=@CERTIFICATEROOT@/private/journal-upload.pem
|
||||
|
||||
@@ -40,3 +40,4 @@
|
||||
#MaxLevelConsole=info
|
||||
#MaxLevelWall=emerg
|
||||
#LineMax=48K
|
||||
#ReadKMsg=yes
|
||||
|
||||
@@ -131,6 +131,9 @@ if conf.get('ENABLE_NETWORKD') == 1
|
||||
install_dir : polkitpkladir)
|
||||
endif
|
||||
|
||||
install_data('networkd.conf',
|
||||
install_dir : pkgsysconfdir)
|
||||
|
||||
tests += [
|
||||
[['src/network/test-networkd-conf.c'],
|
||||
[libnetworkd_core,
|
||||
|
||||
16
src/network/networkd.conf
Normal file
16
src/network/networkd.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Entries in this file show the compile time defaults.
|
||||
# You can change settings by editing this file.
|
||||
# Defaults can be restored by simply deleting this file.
|
||||
#
|
||||
# See networkd.conf(5) for details
|
||||
|
||||
[DHCP]
|
||||
#DUIDType=vendor
|
||||
#DUIDRawData=
|
||||
Reference in New Issue
Block a user