summaryrefslogtreecommitdiff
path: root/system/runit-services/README
diff options
context:
space:
mode:
authorAaditya Bagga <aaditya_gnulinux@zoho.com>2019-09-21 12:43:22 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-09-21 12:43:22 +0700
commit533ed20ff36ed7c9acfb82617867e4cb9f7dce9d (patch)
tree9788f3e0bdf950f25efdd268795e0bddbfb94e8f /system/runit-services/README
parenta4a31c717cfbefff0d89fca6c4e75b6c01df7f83 (diff)
downloadslackbuilds-533ed20ff36ed7c9acfb82617867e4cb9f7dce9d.tar.gz
system/runit-services: Added (services to use with runit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/runit-services/README')
-rw-r--r--system/runit-services/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/runit-services/README b/system/runit-services/README
new file mode 100644
index 0000000000..8def46259e
--- /dev/null
+++ b/system/runit-services/README
@@ -0,0 +1,11 @@
+Contains various services for using with runit.
+
+The services are installed in /etc/sv.
+
+To enable a service, simply symlink it to your service directory, ie,
+/service or /var/service.
+
+Service logging is done via runit's svlogd or via syslog
+as applicable.
+
+Check the project homepage for more information.