mirror of
https://github.com/Snigdha-OS/snigdhaos-system-installation.git
synced 2025-09-22 14:14:55 +02:00
@eshanized: push via push.sh!!!
This commit is contained in:
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