mirror of
https://github.com/Snigdha-OS/snigdhaos-archiso.git
synced 2025-09-20 11:34:59 +02:00
🛠 refactor(default): snigdha os default preset
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
# 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. Local configuration
|
||||
# should be created by either modifying this file, or by creating "drop-ins" in
|
||||
# the journald.conf.d/ subdirectory. The latter is generally recommended.
|
||||
# Defaults can be restored by simply deleting this file and all drop-ins.
|
||||
#
|
||||
# Use 'systemd-analyze cat-config systemd/journald.conf' to display the full config.
|
||||
#
|
||||
# See journald.conf(5) for details.
|
||||
|
||||
[Journal]
|
||||
Storage=volatile
|
||||
#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=no
|
||||
#ForwardToKMsg=no
|
||||
#ForwardToConsole=no
|
||||
#ForwardToWall=yes
|
||||
#TTYPath=/dev/console
|
||||
#MaxLevelStore=debug
|
||||
#MaxLevelSyslog=debug
|
||||
#MaxLevelKMsg=notice
|
||||
#MaxLevelConsole=info
|
||||
#MaxLevelWall=emerg
|
||||
#LineMax=48K
|
||||
#ReadKMsg=yes
|
||||
#Audit=yes
|
@@ -0,0 +1,2 @@
|
||||
[Network]
|
||||
IPv6PrivacyExtensions=yes
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/bluetooth.service
|
@@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=Choose mirror from the kernel command line
|
||||
ConditionKernelCommandLine=mirror
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/choose-mirror
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/cloud-config.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/cloud-final.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/cloud-init-local.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/cloud-init-main.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/cloud-init-network.service
|
1
archiso/airootfs/etc/systemd/system/dbus-org.bluez.service
Symbolic link
1
archiso/airootfs/etc/systemd/system/dbus-org.bluez.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/bluetooth.service
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/avahi-daemon.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/ModemManager.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/systemd-networkd.service
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/systemd-resolved.service
|
1
archiso/airootfs/etc/systemd/system/default.target
Symbolic link
1
archiso/airootfs/etc/systemd/system/default.target
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/graphical.target
|
1
archiso/airootfs/etc/systemd/system/display-manager.service
Symbolic link
1
archiso/airootfs/etc/systemd/system/display-manager.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sddm.service
|
@@ -1,8 +0,0 @@
|
||||
[Unit]
|
||||
Description=Temporary /etc/pacman.d/gnupg directory
|
||||
|
||||
[Mount]
|
||||
What=tmpfs
|
||||
Where=/etc/pacman.d/gnupg
|
||||
Type=tmpfs
|
||||
Options=mode=0755,noswap
|
@@ -1,13 +0,0 @@
|
||||
[Unit]
|
||||
Description=Unmute All Sound Card Controls For Use With The Live Arch Environment
|
||||
# This needs to run after the audio device becomes available.
|
||||
Wants=systemd-udev-settle.service
|
||||
After=systemd-udev-settle.service sound.target
|
||||
ConditionKernelCommandLine=accessibility=on
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/livecd-sound -u
|
||||
|
||||
[Install]
|
||||
WantedBy=sound.target
|
@@ -1,20 +0,0 @@
|
||||
[Unit]
|
||||
Description=Screen reader service
|
||||
After=livecd-alsa-unmuter.service
|
||||
Before=getty@tty1.service
|
||||
ConditionKernelCommandLine=accessibility=on
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
TTYPath=/dev/tty13
|
||||
ExecStartPre=/usr/bin/chvt 13
|
||||
ExecStart=/usr/local/bin/livecd-sound -p
|
||||
ExecStartPost=/usr/bin/chvt 1
|
||||
ExecStartPost=systemctl start espeakup.service
|
||||
StandardInput=tty
|
||||
TTYVHangup=yes
|
||||
TTYVTDisallocate=yes
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/ModemManager.service
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager.service
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/avahi-daemon.service
|
@@ -1 +0,0 @@
|
||||
../choose-mirror.service
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cups.path
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/hv_fcopy_daemon.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/hv_kvp_daemon.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/hv_vss_daemon.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/iwd.service
|
@@ -1 +0,0 @@
|
||||
/etc/systemd/system/livecd-talk.service
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/ntpd.service
|
@@ -1 +0,0 @@
|
||||
../pacman-init.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/reflector.service
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/arcolinux-graphical-target.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/sshd.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/systemd-networkd.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/systemd-resolved.service
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-wait-online.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/systemd-networkd-wait-online.service
|
@@ -1,15 +0,0 @@
|
||||
[Unit]
|
||||
Description=Initializes Pacman keyring
|
||||
Requires=etc-pacman.d-gnupg.mount
|
||||
After=etc-pacman.d-gnupg.mount time-sync.target
|
||||
BindsTo=etc-pacman.d-gnupg.mount
|
||||
Before=archlinux-keyring-wkd-sync.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/pacman-key --init
|
||||
ExecStart=/usr/bin/pacman-key --populate
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cups.service
|
@@ -1,6 +0,0 @@
|
||||
[Unit]
|
||||
ConditionKernelCommandLine=!mirror
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/avahi-daemon.socket
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/cups.socket
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/pcscd.socket
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/systemd-networkd.socket
|
@@ -1 +0,0 @@
|
||||
../livecd-alsa-unmuter.service
|
@@ -1 +0,0 @@
|
||||
/usr/lib/systemd/system/systemd-time-wait-sync.service
|
@@ -1,6 +0,0 @@
|
||||
# Allow systemd-networkd-wait-online to succeed with one interface, otherwise, if multiple network interfaces exist,
|
||||
# network-online.target gets needlessly delayed.
|
||||
# See https://wiki.archlinux.org/title/systemd-networkd#systemd-networkd-wait-online
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/fstrim.timer
|
Reference in New Issue
Block a user