-
Currently, the dockerfile contains:
```
RUN apk add --no-cache git \
bash \
curl \
bind-tools \
nmap-ncat \
psmisc \
sudo \
unzip \
wget \
libidn \
nettle \
libcap \
openresolv \
ipro…
-
Currently, aims are:
- [x] systemd
- [x] sysvinit
- [ ] upstart
Less important inits that I want to also support are:
- [ ] openrc
- [ ] runit
- [ ] WSL
-
### Description
`docker top` and `runc ps` fail with:
```
alpine:~$ docker top 09e847645eec
Error response from daemon: runc did not terminate successfully: exit status 1: unable to get all cont…
-
I'd rather not force them to add build flavors to their own modules just to handle switching between openrc and stock variants.
-
I am running openrc on debian. How would I write a service file that supports iptsd so I caould use touch?
-
1. Remove libsystemd from dependencies. Most of Gentoo and Artix users use OpenRC.
2. Make tests optional
Also add properties-cpp to requirements list
-
The jail init script's shebang line still has `@PREFIX@` and `$header: $` lines when installed.
``` sh
#!@PREFIX@/sbin/openrc-run
# Copyright 1992-2012 FreeBSD Project
# Released under the 2-clause B…
-
I have integrated supervise-daemon in my openrc init script. Here is the script located in /etc/openrc.d/PROCESS
```
#! /sbin/openrc-run
supervisor=supervise-daemon
healthcheck_timer=120
resp…
-
Hello there,
I'm trying to make [dumb_runtime_dir] to works OOTB on Alpine Linux. The last remaining problem is that the path `/run/user` isn't there, and dumb_runtime_dir will not create it itself…
-
I noticed there is a discrepancy between rc-status and rc-service for a particular service. rc-service lists the service as crashed whereas invoking rc-service status indicates the service is runnin…