Initial commit.

This commit is contained in:
2021-05-24 22:18:33 +03:00
commit e2954d55f4
3701 changed files with 330017 additions and 0 deletions

21
systemd/coredump.conf Normal file
View File

@@ -0,0 +1,21 @@
# 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 coredump.conf(5) for details.
[Coredump]
#Storage=external
#Compress=yes
#ProcessSizeMax=2G
#ExternalSizeMax=2G
#JournalSizeMax=767M
#MaxUse=
#KeepFree=

42
systemd/journald.conf Normal file
View File

@@ -0,0 +1,42 @@
# 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 journald.conf(5) for details.
[Journal]
#Storage=auto
Compress=yes
#Seal=yes
#SplitMode=uid
#SyncIntervalSec=5m
RateLimitIntervalSec=15s
RateLimitBurst=10000
#SystemMaxUse=
#SystemKeepFree=
#SystemMaxFileSize=
#SystemMaxFiles=100
#RuntimeMaxUse=
#RuntimeKeepFree=
#RuntimeMaxFileSize=
#RuntimeMaxFiles=100
#MaxRetentionSec=
#MaxFileSec=1month
ForwardToSyslog=yes
#ForwardToKMsg=no
#ForwardToConsole=no
#ForwardToWall=yes
#TTYPath=/dev/console
MaxLevelStore=info
MaxLevelSyslog=info
#MaxLevelKMsg=notice
#MaxLevelConsole=info
#MaxLevelWall=emerg
#LineMax=48K

38
systemd/logind.conf Normal file
View File

@@ -0,0 +1,38 @@
# 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 logind.conf(5) for details.
[Login]
#NAutoVTs=6
NAutoVTs=0
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
#HandleLidSwitch=suspend
#HandleLidSwitchExternalPower=suspend
#HandleLidSwitchDocked=ignore
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#HoldoffTimeoutSec=30s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RemoveIPC=no
#InhibitorsMax=8192
#SessionsMax=8192

23
systemd/resolved.conf Normal file
View File

@@ -0,0 +1,23 @@
# 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 resolved.conf(5) for details
[Resolve]
#DNS=
#FallbackDNS=
#Domains=
#LLMNR=yes
#MulticastDNS=yes
#DNSSEC=allow-downgrade
#DNSOverTLS=no
#Cache=yes
#DNSStubListener=udp

68
systemd/system.conf Normal file
View File

@@ -0,0 +1,68 @@
# 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 systemd-system.conf(5) for details.
[Manager]
#LogLevel=info
#LogTarget=journal-or-kmsg
#LogColor=yes
#LogLocation=no
#DumpCore=yes
#ShowStatus=yes
#CrashChangeVT=no
#CrashShell=no
#CrashReboot=no
#CtrlAltDelBurstAction=reboot-force
#CPUAffinity=1 2
#JoinControllers=cpu,cpuacct net_cls,net_prio
#NUMAPolicy=default
#NUMAMask=
#RuntimeWatchdogSec=0
#ShutdownWatchdogSec=10min
#CapabilityBoundingSet=
#NoNewPrivileges=no
#SystemCallArchitectures=
#TimerSlackNSec=
#DefaultTimerAccuracySec=1min
#DefaultStandardOutput=journal
#DefaultStandardError=inherit
#DefaultTimeoutStartSec=90s
#DefaultTimeoutStopSec=90s
#DefaultRestartSec=100ms
#DefaultStartLimitIntervalSec=10s
#DefaultStartLimitBurst=5
#DefaultEnvironment=
#DefaultCPUAccounting=no
#DefaultIOAccounting=no
#DefaultIPAccounting=no
#DefaultBlockIOAccounting=no
#DefaultMemoryAccounting=yes
#DefaultTasksAccounting=yes
#DefaultTasksMax=80%
#DefaultLimitCPU=
#DefaultLimitFSIZE=
#DefaultLimitDATA=
#DefaultLimitSTACK=
#DefaultLimitCORE=
#DefaultLimitRSS=
#DefaultLimitNOFILE=
#DefaultLimitAS=
#DefaultLimitNPROC=
#DefaultLimitMEMLOCK=
#DefaultLimitLOCKS=
#DefaultLimitSIGPENDING=
#DefaultLimitMSGQUEUE=
#DefaultLimitNICE=
#DefaultLimitRTPRIO=
#DefaultLimitRTTIME=
#IPAddressAllow=
#IPAddressDeny=

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-dispatcher.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/timedatex.service

View File

@@ -0,0 +1 @@
/lib/systemd/system/multi-user.target

View File

@@ -0,0 +1 @@
/dev/null

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/getty@.service

View File

@@ -0,0 +1,14 @@
[Unit]
Description=immortaldir
After=network.target
[Service]
ExecStart=/usr/bin/immortaldir /etc/immortal 2>&1 | logger -t immortaldir
KillMode=process
Restart=always
Restart=on-failure
Type=simple
User=root
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1 @@
/dev/null

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/tmp.mount

View File

@@ -0,0 +1,5 @@
# converted using /usr/bin/mariadb-service-convert
#
[Service]

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/amavisd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/atd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/auditd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/chronyd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/clamd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/crond.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/csf.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/dnf-makecache.timer

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/docker.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/dovecot.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/etckeeper.timer

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/fail2ban.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/httpd.service

View File

@@ -0,0 +1 @@
/etc/systemd/system/immortaldir.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/incrond.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/irqbalance.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/lfd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/mariadb.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/memcached.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/named.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-client.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nginx.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nrpe.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/one-context-local.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/one-context.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/opendkim.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/opendmarc.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/php-fpm.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/postfix.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/psacct.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/psad.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/redis.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/remote-fs.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rhsmcertd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rpcbind.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rspamd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rsyslog.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/snmpd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/spamassassin.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sqlgrey.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sshd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sssd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/tuned.service

View File

@@ -0,0 +1 @@
/etc/systemd/system/var-lib-snapd-snap-core18-1885.mount

View File

@@ -0,0 +1 @@
/etc/systemd/system/var-lib-snapd-snap-snapd-9279.mount

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/vmtoolsd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/vsftpd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/wireguard.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/xinetd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-wait-online.service

View File

@@ -0,0 +1,19 @@
[Unit]
Description=New Relic Infrastructure Agent
After=dbus.service syslog.target network.target
[Service]
RuntimeDirectory=newrelic-infra
Type=simple
ExecStart=/usr/bin/newrelic-infra-service
MemoryLimit=1G
# MemoryMax is only supported in systemd > 230 and replaces MemoryLimit. Some cloud dists do not have that version
# MemoryMax=1G
Restart=always
RestartSec=20
StartLimitInterval=0
StartLimitBurst=5
PIDFile=/var/run/newrelic-infra/newrelic-infra.pid
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-convert.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-convert.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-convert.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-convert.service

View File

@@ -0,0 +1 @@
/dev/null

View File

@@ -0,0 +1,7 @@
# If you need to change max open file limit
# for example, when you change maxclient in configuration
# you can change the LimitNOFILE value below
# see "man systemd.exec" for information
[Service]
LimitNOFILE=10240

View File

@@ -0,0 +1,7 @@
# If you need to change max open file limit
# for example, when you change maxclient in configuration
# you can change the LimitNOFILE value below
# see "man systemd.exec" for information
[Service]
LimitNOFILE=10240

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-client.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-convert.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-convert.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nfs-convert.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/clamav-daemon.socket

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rpcbind.socket

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sssd-kcm.socket

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/import-state.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/loadmodules.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nis-domainname.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rngd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/selinux-autorelabel-mark.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rsyslog.service

View File

@@ -0,0 +1 @@
/dev/null

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/unbound-anchor.timer

1
systemd/system/tmp.mount Symbolic link
View File

@@ -0,0 +1 @@
/dev/null

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Mount unit for core18, revision 1885
Before=snapd.service
[Mount]
What=/var/lib/snapd/snaps/core18_1885.snap
Where=/var/lib/snapd/snap/core18/1885
Type=squashfs
Options=nodev,ro,x-gdu.hide
LazyUnmount=yes
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Mount unit for snapd, revision 9279
Before=snapd.service
[Mount]
What=/var/lib/snapd/snaps/snapd_9279.snap
Where=/var/lib/snapd/snap/snapd/9279
Type=squashfs
Options=nodev,ro,x-gdu.hide
LazyUnmount=yes
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/vgauthd.service

44
systemd/user.conf Normal file
View File

@@ -0,0 +1,44 @@
# 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.
#
# You can override the directives in this file by creating files in
# /etc/systemd/user.conf.d/*.conf.
#
# See systemd-user.conf(5) for details
[Manager]
#LogLevel=info
#LogTarget=console
#LogColor=yes
#LogLocation=no
#SystemCallArchitectures=
#TimerSlackNSec=
#DefaultTimerAccuracySec=1min
#DefaultStandardOutput=inherit
#DefaultStandardError=inherit
#DefaultTimeoutStartSec=90s
#DefaultTimeoutStopSec=90s
#DefaultRestartSec=100ms
#DefaultStartLimitIntervalSec=10s
#DefaultStartLimitBurst=5
#DefaultEnvironment=
#DefaultLimitCPU=
#DefaultLimitFSIZE=
#DefaultLimitDATA=
#DefaultLimitSTACK=
#DefaultLimitCORE=
#DefaultLimitRSS=
#DefaultLimitNOFILE=
#DefaultLimitAS=
#DefaultLimitNPROC=
#DefaultLimitMEMLOCK=
#DefaultLimitLOCKS=
#DefaultLimitSIGPENDING=
#DefaultLimitMSGQUEUE=
#DefaultLimitNICE=
#DefaultLimitRTPRIO=
#DefaultLimitRTTIME=

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/snapd.session-agent.socket