update runit-service-scripts
This commit is contained in:
parent
d133d572f2
commit
584d7d0938
3 changed files with 19 additions and 9 deletions
|
@ -6,14 +6,17 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=runit-service-scripts
|
||||
pkgver=20231208
|
||||
pkgver=20240102
|
||||
pkgrel=01
|
||||
pkgdesc="A collection of services for runit"
|
||||
groups=(base)
|
||||
backup=("etc/runit/sv/" "etc/runit/runsvdir/default/")
|
||||
makedepends=(bash)
|
||||
url="https://git.disroot.org/joborun-pkg/repos/raw/branch/main"
|
||||
source=($url/runit-sv5.tar.xz
|
||||
# this url_src is where the entire content of the runit-sv*.tar.xz is kept
|
||||
# so collaborators can easily submit changes to be passed to packaging
|
||||
url_src="https://git.disroot.org/joborun/runit-service-scripts"
|
||||
source=($url/runit-sv6.tar.xz
|
||||
rss.install)
|
||||
install=rss.install
|
||||
|
||||
|
@ -33,8 +36,8 @@ arch=(x86_64)
|
|||
|
||||
license=(GPL)
|
||||
|
||||
sha256sums=(52e8d824791e61241786a4ef2c0c635d1e912bdf914e488cd54440bf90f1b7bc # runit-sv5.tar.xz
|
||||
0a694ad6441cf83ea14d52a5eca1ace303e4870336a45a1ebce19a2c17689796) # rss.install
|
||||
sha256sums=(04b51eed34d81e984d1cab3aad89a545eaf71a49a9340a73fca1c303373aa830 # runit-sv6.tar.xz
|
||||
3050f0484721a25d723cd0c50c4f4579d2d77b94965e28d734c19d3c4b9ec9ba) # rss.install
|
||||
|
||||
## 143b0607f5a47e0e39d2b065dc942be151e9dcbd8c34779e985026c9fb0ec445 runit-service-scripts-20240102-01-x86_64.pkg.tar.lz
|
||||
|
||||
## 04fcf26845ac46de8bd1e97e6efbb7187eea8778325f6b2bfa1c5b656b678542 runit-service-scripts-20231208-01-x86_64.pkg.tar.lz
|
||||
|
|
|
@ -4,3 +4,7 @@ distributions that used runit, void developed them more, artix adopted them from
|
|||
and we have made our best attempt to refine them as well. The beauty of open free software.
|
||||
Thanks to the users and sysadmins who have also contributed to this library resource.
|
||||
|
||||
We also thank our contributor ##@wastelander## for locating and fixing some
|
||||
scripts such as openvpn which lead us to discover the same problem with swap-runit
|
||||
script
|
||||
|
||||
|
|
|
@ -1,19 +1,22 @@
|
|||
post_install() {
|
||||
echo " "
|
||||
echo " !!!!! Attention - Attention !!!!"
|
||||
echo " "
|
||||
echo " "
|
||||
echo " ------- Hello this is joborun packaging team talking to you ------"
|
||||
echo " Happy 2024 runit joborun users - May 2024 bring us less and less systemd pathology "
|
||||
echo " "
|
||||
echo " ------- This is the joborun packaging team talking to you ------"
|
||||
echo " "
|
||||
echo " Please enable services by ln -s /usr/lib/runit/sv/<serv-name> /etc/runit/runsvdir/default/"
|
||||
echo " Copy/edit/hack your own services in /etc/runit/sv/ and then make links from like this:"
|
||||
echo " Copy/edit/hack your own services in /etc/runit/sv/ and then make links like this:"
|
||||
echo " ln -s /etc/runit/sv/<serv-name> /etc/runit/runsvdir/default/"
|
||||
echo " "
|
||||
echo " If you are on a running system you can also link to /run/runit/service/ which is linked to "
|
||||
echo " /etc/runit/runsvdir/default by default!"
|
||||
echo " "
|
||||
echo " Also make sure you have the appropriate application installed for runit to supervise. "
|
||||
echo " dhclient wpa_supplicant ntp udevd"
|
||||
echo " should already be installed from joborun base, but other service dependencies are not!"
|
||||
echo " A run script can only execute a program that is installed in the system, it is not able"
|
||||
echo " alone to run and supervise anything, unless it is using core packages and utilities."
|
||||
echo " "
|
||||
echo " If you look at the particular service's run script you will see the name of the executable file. "
|
||||
echo " Use pacman -F filename to locate the package that contains it, if it is unknown to you, "
|
||||
|
|
Loading…
Reference in a new issue