Added Archcraft related systemd services
This commit is contained in:
parent
e501fd2f58
commit
d9ea601aa0
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/bluetooth.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/bluetooth.service
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/system/systemd-networkd.service
|
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/graphical.target
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/sddm-plymouth.service
|
|
@ -1,3 +0,0 @@
|
||||||
[Service]
|
|
||||||
ExecStart=
|
|
||||||
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM
|
|
|
@ -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
|
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/NetworkManager.service
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/system/iwd.service
|
|
|
@ -1 +0,0 @@
|
||||||
/etc/systemd/system/livecd-talk.service
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/system/systemd-networkd.service
|
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/wpa_supplicant.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 +0,0 @@
|
||||||
/usr/lib/systemd/system/systemd-networkd.socket
|
|
|
@ -1 +0,0 @@
|
||||||
../livecd-alsa-unmuter.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
|
|
Loading…
Reference in New Issue