Questions tagged [runit]

Either RUnit (an R package for unit testing) or runit (an Ubuntu Linux command-line tools for booting, running, and shutting down).

RUnit the R Package

RUnit (pronounced "r-unit") is an package for based upon , with additional code inspection and report generation tools.

runit the Unix Command Line tool

runit (pronounced "run-it") is a command line tool for the distribution. It performs the system’s booting, running, and shutdown in three stages. It must be run as Unix process no 1. It then performs the system’s booting, running, and shutdown in three stages.

48 questions
0
votes
1 answer

Run tests on multiple inter-dependency packages

I wonder what would be the best way of testing multiple packages. Let's say we have two local packages: src/pkg1 src/pkg2 The package pkg1 has a dependency on pkg2. I test all packages using R CMD check in the makefile: for pkg in src/*; do \ R…
Datageek
  • 25,977
  • 6
  • 66
  • 70
-1
votes
1 answer

does ubuntu "runit" parse environment variable?

Problem description : We are using "runit /etc/service/" where, this path "/etc/service" contains "/etc/service/acme/run"...we are using in docker image (meant for K8s deployment), in this "/etc/service/acme/run", we have a piece of the wrapper…
hare krshn
  • 176
  • 1
  • 4
  • 16
-1
votes
2 answers

supervising daemons in debian

We are running rabbitmq, redis and celery on a Debian wheezy (oldstable) linux server. all of them are installed as init.d scripts and started at boot time. we would like to keep an eye on them and get email alerts, if any of them goes down. I have…
tagsense
  • 81
  • 2
  • 8
1 2 3
4