-
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…
-
While it might sound "nice" to have everything in one (update: also as AppImage), this is not how it works on Linux
The script "install_linux_service.sh" is a typical behaviour of malicious softwar…
-
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…
-
This bug was originally filed in Launchpad as [LP: #1804809](https://bugs.launchpad.net/cloud-init/+bug/1804809)
Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_cl…
-
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…
-
**Describe the bug**
I successfully built an Alpine Linux shim, but it goes to a black screen, and does nothing.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to shimboot
2. Press…
-
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…