Initial commit.
This commit is contained in:
@@ -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=
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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=
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/timedatex.service
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/multi-user.target
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/getty@.service
|
||||
@@ -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
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/tmp.mount
|
||||
@@ -0,0 +1,5 @@
|
||||
# converted using /usr/bin/mariadb-service-convert
|
||||
#
|
||||
|
||||
[Service]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/amavisd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/atd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/auditd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/chronyd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/clamd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/crond.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/csf.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/dnf-makecache.timer
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/docker.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/dovecot.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/etckeeper.timer
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/fail2ban.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/httpd.service
|
||||
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/immortaldir.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/incrond.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/irqbalance.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/lfd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/mariadb.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/memcached.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/named.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-client.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nginx.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nrpe.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/one-context-local.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/one-context.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/opendkim.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/opendmarc.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/php-fpm.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/postfix.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/psacct.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/psad.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/redis.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/remote-fs.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rhsmcertd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rpcbind.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rspamd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rsyslog.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/snmpd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/spamassassin.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sqlgrey.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sshd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sssd.service
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vmtoolsd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vsftpd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/wireguard.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/xinetd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-wait-online.service
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-client.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nfs-convert.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/clamav-daemon.socket
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rpcbind.socket
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sssd-kcm.socket
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/import-state.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/loadmodules.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/nis-domainname.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rngd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/selinux-autorelabel-mark.service
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/rsyslog.service
|
||||
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/unbound-anchor.timer
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/vgauthd.service
|
||||
@@ -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=
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/snapd.session-agent.socket
|
||||
Reference in New Issue
Block a user