From 17aa0416c7d4bcc3fac7b369cfdbb82a365e42f2 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Wed, 21 Mar 2018 18:34:16 +0000 Subject: [PATCH] Update ALTERNATIVES.md --- ALTERNATIVES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ALTERNATIVES.md b/ALTERNATIVES.md index 4d081f8..277e96f 100644 --- a/ALTERNATIVES.md +++ b/ALTERNATIVES.md @@ -521,10 +521,10 @@ All apps are from F-Droid, may not be much but is a start. * __Custom Initramfs__: mkinitcpio -> dracut -> [mkinitramfs](https://github.com/tokiclover/mkinitramfs-ll) * __Filesystem__: XFS, Ext4, [JFS](http://jfs.sourceforge.net/), [Reiser4](https://reiser4.wiki.kernel.org/index.php/Main_Page), [Bcachefs](https://github.com/8l/Bcachefs) * __Hibernation__: [TuxOnIce](https://github.com/NigelCunningham/tuxonice-kernel) -> [uswsusp](http://suspend.sourceforge.net/) -* __Init Daemon__: Upstart -> SysVinit -> runit -> [Initng](https://github.com/initng/initng) -> [sinit](https://github.com/henrysher/sinit) +* __Init Daemon__: [Upstart](https://code.launchpad.net/upstart) -> [SysVinit](https://github.com/slicer69/sysvinit) -> [Initng](https://github.com/initng/initng) -> [sinit](https://github.com/henrysher/sinit) * __IPC__: DBus -> ipcs (util-linux) * __Job Scheduler__: [Slurm](https://github.com/SchedMD/slurm) -> [fcron](http://fcron.free.fr/) (Cron), [incron](http://inotify.aiken.cz/?section=incron&page=about&lang=en) * __Load in RAM__: [E4rat](https://github.com/ShyPixie/e4rat-lite) -> readahead -> [preload](https://sourceforge.net/projects/preload/) -* __Service Manager (to be used with an init)__: [bum](https://launchpad.net/bum) -> OpenRC -> [chkconfig](https://uni.edu/~prefect/devel/chkconfig/index.shtml) -> [daemontools-encore](https://github.com/bruceg/daemontools-encore) -> [perp](https://github.com/jdavisp3/perp) +* __Service Manager (to be used with an init)__: [bum](https://launchpad.net/bum) -> OpenRC (includes an optional own init) -> runit (includes an optional own init) -> [chkconfig](https://uni.edu/~prefect/devel/chkconfig/index.shtml) -> [daemontools-encore](https://github.com/bruceg/daemontools-encore) -> [perp](https://github.com/jdavisp3/perp) * __Settings Manager__: [Linux Lite Control Center](https://github.com/linuxlite/litecontrolcenter) -> [Elektra](https://github.com/ElektraInitiative/libelektra) -> [Augeas](https://github.com/hercules-team/augeas) * __Utilities__: Mtools -> GNU Coreutils -> BusyBox -> Asmutils and ARMutils