blob: 45e2716d5c49c0f801005906d832e6c03c0d6de4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>emi@genchu.org</email>
<name>Emi</name>
</maintainer>
<upstream>
<doc>https://davmac.org/projects/dinit/</doc>
</upstream>
<use>
<flag name="cgroups">Enable cgroups support</flag>
<flag name="sysv-utils">Install sysvinit compatibility symlinks for halt, init, poweroff, reboot and shutdown</flag>
</use>
<longdescription>
Dinit is a service supervisor with dependency support which can also act as the system "init" program.
It was created with the intention of providing a portable init system with dependency management,
that was functionally superior to many extant inits. Development goals include clean design,
robustness, portability, usability, and avoiding feature bloat
(whilst still handling common - and some less-common - use cases).
Dinit is designed to integrate with rather than subsume or replace other system software.
</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|