first commit
This commit is contained in:
8
data/sd/etc-pacman.d-gnupg.mount
Normal file
8
data/sd/etc-pacman.d-gnupg.mount
Normal 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
|
||||
10
data/sd/manjaro-live.service
Normal file
10
data/sd/manjaro-live.service
Normal 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
|
||||
10
data/sd/mhwd-live-net.service
Normal file
10
data/sd/mhwd-live-net.service
Normal 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
10
data/sd/mhwd-live.service
Normal 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
|
||||
11
data/sd/mirrors-live-net.service
Normal file
11
data/sd/mirrors-live-net.service
Normal 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
|
||||
10
data/sd/mirrors-live.service
Normal file
10
data/sd/mirrors-live.service
Normal 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
|
||||
15
data/sd/pacman-init.service
Normal file
15
data/sd/pacman-init.service
Normal 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
|
||||
Reference in New Issue
Block a user