Skip to content
This repository was archived by the owner on Sep 8, 2018. It is now read-only.

Commit bb1f0fb

Browse files
committed
reflect the new runit service directory
1 parent f879bf8 commit bb1f0fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install_rc:
7777

7878
install_runit:
7979
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/runit/core-services
80-
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/sv/pacman-init
80+
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/runit/sv/pacman-init
8181
install $(BMODE) $(RUNIT_CORE) $(DESTDIR)$(SYSCONFDIR)/runit/core-services
8282
install $(BMODE) $(RUNIT_SV) $(DESTDIR)$(SYSCONFDIR)/runit/sv/pacman-init/run
8383

data/runit/pacman-init.run

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg
3-
pacman-key --init
4-
pacman-key --populate archlinux artix
5-
exec pause pacman-init
3+
pacman-key --init 1>&2
4+
pacman-key --populate archlinux artix 1>&2
5+
exec chpst -b pacman-init pause

0 commit comments

Comments
 (0)