mv sv sv.md

This commit is contained in:
Malin Freeborn
2020-01-09 14:10:01 +01:00
parent 2eb42158b1
commit 39dd42c459

12
distros/void/sv.md Normal file
View File

@@ -0,0 +1,12 @@
# Basics
Services display in /var/service
sv up ssh
sv down ssh
sv restart ssh
# Making a Service
Look in the `/etc/sv` directory, then in the existing services' run files.
You'll find a simple dash script (therefore Posix compliant).