From 65e0733db7d26dd5ee2ac73d72e4d6c90c4516ab Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 12 Jan 2018 17:23:51 +0700 Subject: [PATCH] README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cb48dd0..a7f0a40 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the runit init scripts for the Artix Linux distribution. This work is based on Void Linux's -[runit-void](https://github.com/voidlinux/void-runit). Patches to Void +[void-runit](https://github.com/voidlinux/void-runit). Patches to Void Linux's repo will also be applied here. ## Dependencies @@ -14,12 +14,14 @@ Linux's repo will also be applied here. - A POSIX awk - procps-ng (needs pkill -s0,1) - runit +- opentmpfiles +- opensysusers ### How to use it To see enabled services for "current" runlevel: - $ ls -l /var/service + $ ls -l /run/runit/service To see available runlevels (default and single, which just runs sulogin): @@ -27,21 +29,21 @@ To see available runlevels (default and single, which just runs sulogin): To enable and start a service into the "current" runlevel: - # ln -s /etc/runit/sv/ /var/service + # ln -s /etc/runit/sv/ /run/runit/service To disable and remove a service: - # rm -f /var/service/ + # rm -f /run/runit/service/ To view status of all services for "current" runlevel: - # sv status /var/service/* + # sv status /run/runit/service/* Feel free to send patches and contribute with improvements! ## Copyright -runit-cromnix is in the public domain. +runit-artix is in the public domain. To the extent possible under law, the creator of this work has waived all copyright and related or neighboring rights to this work.