Initial commit
This commit is contained in:
43
systemd/journald.conf
Normal file
43
systemd/journald.conf
Normal file
@@ -0,0 +1,43 @@
|
||||
# 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=30s
|
||||
#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=debug
|
||||
#MaxLevelSyslog=debug
|
||||
#MaxLevelKMsg=notice
|
||||
#MaxLevelConsole=info
|
||||
#MaxLevelWall=emerg
|
||||
#LineMax=48K
|
||||
#ReadKMsg=yes
|
||||
37
systemd/logind.conf
Normal file
37
systemd/logind.conf
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
#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=yes
|
||||
#InhibitorsMax=8192
|
||||
#SessionsMax=8192
|
||||
1
systemd/network/99-default.link
Symbolic link
1
systemd/network/99-default.link
Symbolic link
@@ -0,0 +1 @@
|
||||
/dev/null
|
||||
16
systemd/networkd.conf
Normal file
16
systemd/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=
|
||||
24
systemd/resolved.conf
Normal file
24
systemd/resolved.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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=yes
|
||||
#ReadEtcHosts=yes
|
||||
25
systemd/sleep.conf
Normal file
25
systemd/sleep.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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-sleep.conf(5) for details
|
||||
|
||||
[Sleep]
|
||||
#AllowSuspend=yes
|
||||
#AllowHibernation=yes
|
||||
#AllowSuspendThenHibernate=yes
|
||||
#AllowHybridSleep=yes
|
||||
#SuspendMode=
|
||||
#SuspendState=mem standby freeze
|
||||
#HibernateMode=platform shutdown
|
||||
#HibernateState=disk
|
||||
#HybridSleepMode=suspend platform shutdown
|
||||
#HybridSleepState=disk
|
||||
#HibernateDelaySec=180min
|
||||
64
systemd/system.conf
Normal file
64
systemd/system.conf
Normal file
@@ -0,0 +1,64 @@
|
||||
# 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
|
||||
#RuntimeWatchdogSec=0
|
||||
#ShutdownWatchdogSec=10min
|
||||
#WatchdogDevice=
|
||||
#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=
|
||||
#DefaultLimitCPU=
|
||||
#DefaultLimitFSIZE=
|
||||
#DefaultLimitDATA=
|
||||
#DefaultLimitSTACK=
|
||||
#DefaultLimitCORE=
|
||||
#DefaultLimitRSS=
|
||||
#DefaultLimitNOFILE=1024:524288
|
||||
#DefaultLimitAS=
|
||||
#DefaultLimitNPROC=
|
||||
#DefaultLimitMEMLOCK=
|
||||
#DefaultLimitLOCKS=
|
||||
#DefaultLimitSIGPENDING=
|
||||
#DefaultLimitMSGQUEUE=
|
||||
#DefaultLimitNICE=
|
||||
#DefaultLimitRTPRIO=
|
||||
#DefaultLimitRTTIME=
|
||||
47
systemd/system/autologin@.service
Normal file
47
systemd/system/autologin@.service
Normal file
@@ -0,0 +1,47 @@
|
||||
# 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.
|
||||
|
||||
[Unit]
|
||||
Description=Getty on %I
|
||||
Documentation=man:agetty(8) man:systemd-getty-generator(8)
|
||||
Documentation=http://0pointer.de/blog/projects/serial-console.html
|
||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||
After=rc-local.service
|
||||
|
||||
# If additional gettys are spawned during boot then we should make
|
||||
# sure that this is synchronized before getty.target, even though
|
||||
# getty.target didn't actually pull it in.
|
||||
Before=getty.target
|
||||
IgnoreOnIsolate=yes
|
||||
|
||||
# On systems without virtual consoles, don't start any getty. Note
|
||||
# that serial gettys are covered by serial-getty@.service, not this
|
||||
# unit.
|
||||
ConditionPathExists=/dev/tty0
|
||||
|
||||
[Service]
|
||||
# the VT is cleared by TTYVTDisallocate
|
||||
ExecStart=-/sbin/agetty --autologin pi --noclear %I $TERM
|
||||
Type=idle
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
UtmpIdentifier=%I
|
||||
TTYPath=/dev/%I
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
TTYVTDisallocate=yes
|
||||
KillMode=process
|
||||
IgnoreSIGPIPE=no
|
||||
SendSIGHUP=yes
|
||||
|
||||
# Unset locale for the console getty since the console has problems
|
||||
# displaying some internationalized messages.
|
||||
Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
|
||||
|
||||
[Install]
|
||||
WantedBy=getty.target
|
||||
DefaultInstance=tty1
|
||||
1
systemd/system/bluetooth.target.wants/bluetooth.service
Symbolic link
1
systemd/system/bluetooth.target.wants/bluetooth.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/bluetooth.service
|
||||
1
systemd/system/dbus-fi.w1.wpa_supplicant1.service
Symbolic link
1
systemd/system/dbus-fi.w1.wpa_supplicant1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/wpa_supplicant.service
|
||||
1
systemd/system/dbus-org.bluez.service
Symbolic link
1
systemd/system/dbus-org.bluez.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/bluetooth.service
|
||||
1
systemd/system/dbus-org.freedesktop.Avahi.service
Symbolic link
1
systemd/system/dbus-org.freedesktop.Avahi.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/avahi-daemon.service
|
||||
1
systemd/system/dbus-org.freedesktop.timesync1.service
Symbolic link
1
systemd/system/dbus-org.freedesktop.timesync1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/systemd-timesyncd.service
|
||||
3
systemd/system/dhcpcd.service.d/wait.conf
Normal file
3
systemd/system/dhcpcd.service.d/wait.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
|
||||
1
systemd/system/dhcpcd5.service
Symbolic link
1
systemd/system/dhcpcd5.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/dhcpcd.service
|
||||
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 @@
|
||||
/lib/systemd/system/getty@.service
|
||||
2
systemd/system/getty@tty1.service.d/noclear.conf
Normal file
2
systemd/system/getty@tty1.service.d/noclear.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
TTYVTDisallocate=no
|
||||
1
systemd/system/halt.target.wants/rpi-display-backlight.service
Symbolic link
1
systemd/system/halt.target.wants/rpi-display-backlight.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rpi-display-backlight.service
|
||||
1
systemd/system/multi-user.target.wants/avahi-daemon.service
Symbolic link
1
systemd/system/multi-user.target.wants/avahi-daemon.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/avahi-daemon.service
|
||||
1
systemd/system/multi-user.target.wants/console-setup.service
Symbolic link
1
systemd/system/multi-user.target.wants/console-setup.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/console-setup.service
|
||||
1
systemd/system/multi-user.target.wants/cron.service
Symbolic link
1
systemd/system/multi-user.target.wants/cron.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/cron.service
|
||||
1
systemd/system/multi-user.target.wants/dhcpcd.service
Symbolic link
1
systemd/system/multi-user.target.wants/dhcpcd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/dhcpcd.service
|
||||
1
systemd/system/multi-user.target.wants/dphys-swapfile.service
Symbolic link
1
systemd/system/multi-user.target.wants/dphys-swapfile.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/dphys-swapfile.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 @@
|
||||
/lib/systemd/system/etckeeper.timer
|
||||
1
systemd/system/multi-user.target.wants/hciuart.service
Symbolic link
1
systemd/system/multi-user.target.wants/hciuart.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/hciuart.service
|
||||
1
systemd/system/multi-user.target.wants/networking.service
Symbolic link
1
systemd/system/multi-user.target.wants/networking.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/networking.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 @@
|
||||
/lib/systemd/system/nfs-client.target
|
||||
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/raspberrypi-net-mods.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 @@
|
||||
/lib/systemd/system/remote-fs.target
|
||||
1
systemd/system/multi-user.target.wants/rpi-eeprom-update.service
Symbolic link
1
systemd/system/multi-user.target.wants/rpi-eeprom-update.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rpi-eeprom-update.service
|
||||
1
systemd/system/multi-user.target.wants/rsync.service
Symbolic link
1
systemd/system/multi-user.target.wants/rsync.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rsync.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 @@
|
||||
/lib/systemd/system/rsyslog.service
|
||||
1
systemd/system/multi-user.target.wants/ssh.service
Symbolic link
1
systemd/system/multi-user.target.wants/ssh.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/ssh.service
|
||||
1
systemd/system/multi-user.target.wants/sshswitch.service
Symbolic link
1
systemd/system/multi-user.target.wants/sshswitch.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/sshswitch.service
|
||||
1
systemd/system/multi-user.target.wants/triggerhappy.service
Symbolic link
1
systemd/system/multi-user.target.wants/triggerhappy.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/triggerhappy.service
|
||||
1
systemd/system/multi-user.target.wants/wpa_supplicant.service
Symbolic link
1
systemd/system/multi-user.target.wants/wpa_supplicant.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/wpa_supplicant.service
|
||||
1
systemd/system/network-online.target.wants/networking.service
Symbolic link
1
systemd/system/network-online.target.wants/networking.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/networking.service
|
||||
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rpi-display-backlight.service
|
||||
2
systemd/system/rc-local.service.d/ttyoutput.conf
Normal file
2
systemd/system/rc-local.service.d/ttyoutput.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
StandardOutput=tty
|
||||
1
systemd/system/reboot.target.wants/rpi-display-backlight.service
Symbolic link
1
systemd/system/reboot.target.wants/rpi-display-backlight.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rpi-display-backlight.service
|
||||
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 @@
|
||||
/lib/systemd/system/nfs-client.target
|
||||
1
systemd/system/sockets.target.wants/avahi-daemon.socket
Symbolic link
1
systemd/system/sockets.target.wants/avahi-daemon.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/avahi-daemon.socket
|
||||
1
systemd/system/sockets.target.wants/triggerhappy.socket
Symbolic link
1
systemd/system/sockets.target.wants/triggerhappy.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/triggerhappy.socket
|
||||
1
systemd/system/sshd.service
Symbolic link
1
systemd/system/sshd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/ssh.service
|
||||
1
systemd/system/sysinit.target.wants/fake-hwclock.service
Symbolic link
1
systemd/system/sysinit.target.wants/fake-hwclock.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/fake-hwclock.service
|
||||
1
systemd/system/sysinit.target.wants/keyboard-setup.service
Symbolic link
1
systemd/system/sysinit.target.wants/keyboard-setup.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/keyboard-setup.service
|
||||
1
systemd/system/sysinit.target.wants/systemd-timesyncd.service
Symbolic link
1
systemd/system/sysinit.target.wants/systemd-timesyncd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/systemd-timesyncd.service
|
||||
1
systemd/system/syslog.service
Symbolic link
1
systemd/system/syslog.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/rsyslog.service
|
||||
1
systemd/system/timers.target.wants/apt-daily-upgrade.timer
Symbolic link
1
systemd/system/timers.target.wants/apt-daily-upgrade.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/apt-daily-upgrade.timer
|
||||
1
systemd/system/timers.target.wants/apt-daily.timer
Symbolic link
1
systemd/system/timers.target.wants/apt-daily.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/apt-daily.timer
|
||||
1
systemd/system/timers.target.wants/logrotate.timer
Symbolic link
1
systemd/system/timers.target.wants/logrotate.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/logrotate.timer
|
||||
1
systemd/system/timers.target.wants/man-db.timer
Symbolic link
1
systemd/system/timers.target.wants/man-db.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/lib/systemd/system/man-db.timer
|
||||
19
systemd/timesyncd.conf
Normal file
19
systemd/timesyncd.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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 timesyncd.conf(5) for details.
|
||||
|
||||
[Time]
|
||||
#NTP=
|
||||
#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
|
||||
#RootDistanceMaxSec=5
|
||||
#PollIntervalMinSec=32
|
||||
#PollIntervalMaxSec=2048
|
||||
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=
|
||||
Reference in New Issue
Block a user