|
|
|
@ -1,8 +1,9 @@
|
|
|
|
|
[main] |
|
|
|
|
@type = oneshot |
|
|
|
|
@description = "pacman init service" |
|
|
|
|
@version = 0.0.1 |
|
|
|
|
@user = (root) |
|
|
|
|
@version = 0.0.2 |
|
|
|
|
@user = ( root ) |
|
|
|
|
@extdepends = ( haveged ) |
|
|
|
|
|
|
|
|
|
[start] |
|
|
|
|
@execute = ( |
|
|
|
@ -10,4 +11,4 @@ foreground { mkdir -p /etc/pacman.d/gnupg }
|
|
|
|
|
foreground { mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg } |
|
|
|
|
fdmove -c 2 1 |
|
|
|
|
foreground { pacman-key --init } |
|
|
|
|
foreground { pacman-key --populate archlinux artix } ) |
|
|
|
|
foreground { pacman-key --populate archlinux artix } ) |