Added Archcraft related systemd services

This commit is contained in:
adi1090x 2022-03-30 18:02:44 +05:30
parent e501fd2f58
commit d9ea601aa0
19 changed files with 8 additions and 49 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +0,0 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM

View File

@ -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

View File

@ -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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1 +0,0 @@
../livecd-alsa-unmuter.service

View File

@ -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