@eshanized: push via push.sh!!!

This commit is contained in:
2024-03-05 12:09:01 +05:30
parent b635d2d56e
commit 5c5d28e494
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
../pacman-init.service

View 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