first commit

This commit is contained in:
2026-01-31 01:03:40 +01:00
commit 8ffeb37bd4
31 changed files with 1022 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Temporary /etc/pacman.d/gnupg directory
[Mount]
What=tmpfs
Where=/etc/pacman.d/gnupg
Type=tmpfs
Options=mode=0755

View File

@@ -0,0 +1,10 @@
[Unit]
Description=LiveMedia Config Script
Before=systemd-user-sessions.service
[Service]
Type=oneshot
ExecStart=/usr/bin/manjaro-live
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,10 @@
[Unit]
Description=LiveMedia MHWD net Script
Before=systemd-user-sessions.service
[Service]
Type=oneshot
ExecStart=/usr/bin/mhwd-live-net
[Install]
WantedBy=multi-user.target

10
data/sd/mhwd-live.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=LiveMedia MHWD Script
Before=systemd-user-sessions.service
[Service]
Type=oneshot
ExecStart=/usr/bin/mhwd-live
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,11 @@
[Unit]
Description=LiveMedia Pacman mirrors ranking script
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/pacman-mirrors -f 5
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,10 @@
[Unit]
Description=LiveMedia Pacman mirror ranking script
Before=systemd-user-sessions.service
[Service]
Type=oneshot
ExecStart=/usr/bin/pacman-mirrors -f 5
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Initialize Pacman keyring
Wants=haveged.service
After=haveged.service
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
ExecStart=/usr/bin/pacman-key --populate archlinux manjaro mabox
[Install]
WantedBy=multi-user.target