Initial commit.
This commit is contained in:
21
systemd/coredump.conf
Normal file
21
systemd/coredump.conf
Normal 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
42
systemd/journald.conf
Normal 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
38
systemd/logind.conf
Normal 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
23
systemd/resolved.conf
Normal 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
68
systemd/system.conf
Normal 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=
|
||||
1
systemd/system/dbus-org.freedesktop.nm-dispatcher.service
Symbolic link
1
systemd/system/dbus-org.freedesktop.nm-dispatcher.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
||||
1
systemd/system/dbus-org.freedesktop.timedate1.service
Symbolic link
1
systemd/system/dbus-org.freedesktop.timedate1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/timedatex.service
|
||||
1
systemd/system/default.target
Symbolic link
1
systemd/system/default.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/multi-user.target
|
||||
1
systemd/system/firewalld.service
Symbolic link
1
systemd/system/firewalld.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
1
systemd/system/getty.target.wants/getty@tty1.service
Symbolic link
1
systemd/system/getty.target.wants/getty@tty1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/getty@.service
|
||||
14
systemd/system/immortaldir.service
Normal file
14
systemd/system/immortaldir.service
Normal 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
|
||||
1
systemd/system/iptables.service
Symbolic link
1
systemd/system/iptables.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
1
systemd/system/local-fs.target.wants/tmp.mount
Symbolic link
1
systemd/system/local-fs.target.wants/tmp.mount
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/tmp.mount
|
||||
@@ -0,0 +1,5 @@
|
||||
# converted using /usr/bin/mariadb-service-convert
|
||||
#
|
||||
|
||||
[Service]
|
||||
|
||||
1
systemd/system/multi-user.target.wants/NetworkManager.service
Symbolic link
1
systemd/system/multi-user.target.wants/NetworkManager.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager.service
|
||||
1
systemd/system/multi-user.target.wants/amavisd.service
Symbolic link
1
systemd/system/multi-user.target.wants/amavisd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/amavisd.service
|
||||
1
systemd/system/multi-user.target.wants/atd.service
Symbolic link
1
systemd/system/multi-user.target.wants/atd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/atd.service
|
||||
1
systemd/system/multi-user.target.wants/auditd.service
Symbolic link
1
systemd/system/multi-user.target.wants/auditd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/auditd.service
|
||||
1
systemd/system/multi-user.target.wants/chronyd.service
Symbolic link
1
systemd/system/multi-user.target.wants/chronyd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/chronyd.service
|
||||
1
systemd/system/multi-user.target.wants/clamd.service
Symbolic link
1
systemd/system/multi-user.target.wants/clamd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/clamd.service
|
||||
1
systemd/system/multi-user.target.wants/crond.service
Symbolic link
1
systemd/system/multi-user.target.wants/crond.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/crond.service
|
||||
1
systemd/system/multi-user.target.wants/csf.service
Symbolic link
1
systemd/system/multi-user.target.wants/csf.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/csf.service
|
||||
1
systemd/system/multi-user.target.wants/dnf-makecache.timer
Symbolic link
1
systemd/system/multi-user.target.wants/dnf-makecache.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/dnf-makecache.timer
|
||||
1
systemd/system/multi-user.target.wants/docker.service
Symbolic link
1
systemd/system/multi-user.target.wants/docker.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/docker.service
|
||||
1
systemd/system/multi-user.target.wants/dovecot.service
Symbolic link
1
systemd/system/multi-user.target.wants/dovecot.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/dovecot.service
|
||||
1
systemd/system/multi-user.target.wants/etckeeper.timer
Symbolic link
1
systemd/system/multi-user.target.wants/etckeeper.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/etckeeper.timer
|
||||
1
systemd/system/multi-user.target.wants/fail2ban.service
Symbolic link
1
systemd/system/multi-user.target.wants/fail2ban.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/fail2ban.service
|
||||
1
systemd/system/multi-user.target.wants/httpd.service
Symbolic link
1
systemd/system/multi-user.target.wants/httpd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/httpd.service
|
||||
1
systemd/system/multi-user.target.wants/immortaldir.service
Symbolic link
1
systemd/system/multi-user.target.wants/immortaldir.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/immortaldir.service
|
||||
1
systemd/system/multi-user.target.wants/incrond.service
Symbolic link
1
systemd/system/multi-user.target.wants/incrond.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/incrond.service
|
||||
1
systemd/system/multi-user.target.wants/irqbalance.service
Symbolic link
1
systemd/system/multi-user.target.wants/irqbalance.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/irqbalance.service
|
||||
1
systemd/system/multi-user.target.wants/lfd.service
Symbolic link
1
systemd/system/multi-user.target.wants/lfd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/lfd.service
|
||||
1
systemd/system/multi-user.target.wants/mariadb.service
Symbolic link
1
systemd/system/multi-user.target.wants/mariadb.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/mariadb.service
|
||||
1
systemd/system/multi-user.target.wants/memcached.service
Symbolic link
1
systemd/system/multi-user.target.wants/memcached.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/memcached.service
|
||||
1
systemd/system/multi-user.target.wants/named.service
Symbolic link
1
systemd/system/multi-user.target.wants/named.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/named.service
|
||||
1
systemd/system/multi-user.target.wants/nfs-client.target
Symbolic link
1
systemd/system/multi-user.target.wants/nfs-client.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-client.target
|
||||
1
systemd/system/multi-user.target.wants/nginx.service
Symbolic link
1
systemd/system/multi-user.target.wants/nginx.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nginx.service
|
||||
1
systemd/system/multi-user.target.wants/nrpe.service
Symbolic link
1
systemd/system/multi-user.target.wants/nrpe.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nrpe.service
|
||||
1
systemd/system/multi-user.target.wants/one-context-local.service
Symbolic link
1
systemd/system/multi-user.target.wants/one-context-local.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/one-context-local.service
|
||||
1
systemd/system/multi-user.target.wants/one-context.service
Symbolic link
1
systemd/system/multi-user.target.wants/one-context.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/one-context.service
|
||||
1
systemd/system/multi-user.target.wants/opendkim.service
Symbolic link
1
systemd/system/multi-user.target.wants/opendkim.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/opendkim.service
|
||||
1
systemd/system/multi-user.target.wants/opendmarc.service
Symbolic link
1
systemd/system/multi-user.target.wants/opendmarc.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/opendmarc.service
|
||||
1
systemd/system/multi-user.target.wants/php-fpm.service
Symbolic link
1
systemd/system/multi-user.target.wants/php-fpm.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/php-fpm.service
|
||||
1
systemd/system/multi-user.target.wants/postfix.service
Symbolic link
1
systemd/system/multi-user.target.wants/postfix.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/postfix.service
|
||||
1
systemd/system/multi-user.target.wants/psacct.service
Symbolic link
1
systemd/system/multi-user.target.wants/psacct.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/psacct.service
|
||||
1
systemd/system/multi-user.target.wants/psad.service
Symbolic link
1
systemd/system/multi-user.target.wants/psad.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/psad.service
|
||||
1
systemd/system/multi-user.target.wants/redis.service
Symbolic link
1
systemd/system/multi-user.target.wants/redis.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/redis.service
|
||||
1
systemd/system/multi-user.target.wants/remote-fs.target
Symbolic link
1
systemd/system/multi-user.target.wants/remote-fs.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/remote-fs.target
|
||||
1
systemd/system/multi-user.target.wants/rhsmcertd.service
Symbolic link
1
systemd/system/multi-user.target.wants/rhsmcertd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rhsmcertd.service
|
||||
1
systemd/system/multi-user.target.wants/rpcbind.service
Symbolic link
1
systemd/system/multi-user.target.wants/rpcbind.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rpcbind.service
|
||||
1
systemd/system/multi-user.target.wants/rspamd.service
Symbolic link
1
systemd/system/multi-user.target.wants/rspamd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rspamd.service
|
||||
1
systemd/system/multi-user.target.wants/rsyslog.service
Symbolic link
1
systemd/system/multi-user.target.wants/rsyslog.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rsyslog.service
|
||||
1
systemd/system/multi-user.target.wants/snmpd.service
Symbolic link
1
systemd/system/multi-user.target.wants/snmpd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/snmpd.service
|
||||
1
systemd/system/multi-user.target.wants/spamassassin.service
Symbolic link
1
systemd/system/multi-user.target.wants/spamassassin.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/spamassassin.service
|
||||
1
systemd/system/multi-user.target.wants/sqlgrey.service
Symbolic link
1
systemd/system/multi-user.target.wants/sqlgrey.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sqlgrey.service
|
||||
1
systemd/system/multi-user.target.wants/sshd.service
Symbolic link
1
systemd/system/multi-user.target.wants/sshd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sshd.service
|
||||
1
systemd/system/multi-user.target.wants/sssd.service
Symbolic link
1
systemd/system/multi-user.target.wants/sssd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sssd.service
|
||||
1
systemd/system/multi-user.target.wants/tuned.service
Symbolic link
1
systemd/system/multi-user.target.wants/tuned.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/tuned.service
|
||||
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/var-lib-snapd-snap-core18-1885.mount
|
||||
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/var-lib-snapd-snap-snapd-9279.mount
|
||||
1
systemd/system/multi-user.target.wants/vmtoolsd.service
Symbolic link
1
systemd/system/multi-user.target.wants/vmtoolsd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vmtoolsd.service
|
||||
1
systemd/system/multi-user.target.wants/vsftpd.service
Symbolic link
1
systemd/system/multi-user.target.wants/vsftpd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vsftpd.service
|
||||
1
systemd/system/multi-user.target.wants/wireguard.service
Symbolic link
1
systemd/system/multi-user.target.wants/wireguard.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/wireguard.service
|
||||
1
systemd/system/multi-user.target.wants/xinetd.service
Symbolic link
1
systemd/system/multi-user.target.wants/xinetd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/xinetd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-wait-online.service
|
||||
19
systemd/system/newrelic-infra.service
Normal file
19
systemd/system/newrelic-infra.service
Normal 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
|
||||
1
systemd/system/nfs-blkmap.service.requires/nfs-convert.service
Symbolic link
1
systemd/system/nfs-blkmap.service.requires/nfs-convert.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
1
systemd/system/nfs-idmapd.service.requires/nfs-convert.service
Symbolic link
1
systemd/system/nfs-idmapd.service.requires/nfs-convert.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
1
systemd/system/nfs-mountd.service.requires/nfs-convert.service
Symbolic link
1
systemd/system/nfs-mountd.service.requires/nfs-convert.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
1
systemd/system/nfs-server.service.requires/nfs-convert.service
Symbolic link
1
systemd/system/nfs-server.service.requires/nfs-convert.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
1
systemd/system/nftables.service
Symbolic link
1
systemd/system/nftables.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
7
systemd/system/redis-sentinel.service.d/limit.conf
Normal file
7
systemd/system/redis-sentinel.service.d/limit.conf
Normal 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
|
||||
7
systemd/system/redis.service.d/limit.conf
Normal file
7
systemd/system/redis.service.d/limit.conf
Normal 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
|
||||
1
systemd/system/remote-fs.target.wants/nfs-client.target
Symbolic link
1
systemd/system/remote-fs.target.wants/nfs-client.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-client.target
|
||||
1
systemd/system/rpc-gssd.service.requires/nfs-convert.service
Symbolic link
1
systemd/system/rpc-gssd.service.requires/nfs-convert.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
1
systemd/system/rpc-statd.service.requires/nfs-convert.service
Symbolic link
1
systemd/system/rpc-statd.service.requires/nfs-convert.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
1
systemd/system/sockets.target.wants/clamav-daemon.socket
Symbolic link
1
systemd/system/sockets.target.wants/clamav-daemon.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/clamav-daemon.socket
|
||||
1
systemd/system/sockets.target.wants/rpcbind.socket
Symbolic link
1
systemd/system/sockets.target.wants/rpcbind.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rpcbind.socket
|
||||
1
systemd/system/sockets.target.wants/sssd-kcm.socket
Symbolic link
1
systemd/system/sockets.target.wants/sssd-kcm.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sssd-kcm.socket
|
||||
1
systemd/system/sysinit.target.wants/import-state.service
Symbolic link
1
systemd/system/sysinit.target.wants/import-state.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/import-state.service
|
||||
1
systemd/system/sysinit.target.wants/loadmodules.service
Symbolic link
1
systemd/system/sysinit.target.wants/loadmodules.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/loadmodules.service
|
||||
1
systemd/system/sysinit.target.wants/nis-domainname.service
Symbolic link
1
systemd/system/sysinit.target.wants/nis-domainname.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nis-domainname.service
|
||||
1
systemd/system/sysinit.target.wants/rngd.service
Symbolic link
1
systemd/system/sysinit.target.wants/rngd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rngd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/selinux-autorelabel-mark.service
|
||||
1
systemd/system/syslog.service
Symbolic link
1
systemd/system/syslog.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rsyslog.service
|
||||
1
systemd/system/systemd-timedated.service
Symbolic link
1
systemd/system/systemd-timedated.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
1
systemd/system/timers.target.wants/unbound-anchor.timer
Symbolic link
1
systemd/system/timers.target.wants/unbound-anchor.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/unbound-anchor.timer
|
||||
1
systemd/system/tmp.mount
Symbolic link
1
systemd/system/tmp.mount
Symbolic link
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
13
systemd/system/var-lib-snapd-snap-core18-1885.mount
Normal file
13
systemd/system/var-lib-snapd-snap-core18-1885.mount
Normal 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
|
||||
13
systemd/system/var-lib-snapd-snap-snapd-9279.mount
Normal file
13
systemd/system/var-lib-snapd-snap-snapd-9279.mount
Normal 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
|
||||
1
systemd/system/vmtoolsd.service.requires/vgauthd.service
Symbolic link
1
systemd/system/vmtoolsd.service.requires/vgauthd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vgauthd.service
|
||||
44
systemd/user.conf
Normal file
44
systemd/user.conf
Normal 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=
|
||||
1
systemd/user/sockets.target.wants/snapd.session-agent.socket
Symbolic link
1
systemd/user/sockets.target.wants/snapd.session-agent.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/snapd.session-agent.socket
|
||||
Reference in New Issue
Block a user