mirror of
https://github.com/Snigdha-OS/snigdhaos-system-installation.git
synced 2025-09-21 13:54:56 +02:00
@eshanized: push via push.sh!!!
This commit is contained in:
1
etc/systemd/system/multi-user.target.wants/pacman-init.service
Symbolic link
1
etc/systemd/system/multi-user.target.wants/pacman-init.service
Symbolic link
@@ -0,0 +1 @@
|
||||
../pacman-init.service
|
11
etc/systemd/system/pacman-init.service
Normal file
11
etc/systemd/system/pacman-init.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Initializes Pacman keyring
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/pacman-key --init
|
||||
ExecStart=/usr/bin/pacman-key --populate
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user