summaryrefslogtreecommitdiff
path: root/sys-apps/dinit/metadata.xml
blob: 83251c3fae61ddb0383314d268ce3f834b9dff92 (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://srcux.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>srcux</origin>
</pkgmetadata>