fiss-minit

A standalone service supervisor based on minit
Log | Files | Refs | README | LICENSE

commit 812e3f191f72e23b7f7734d1c8bd3bb5b3637f97
parent 65023607cf44442d573bb817b41898c5b024ef8e
Author: leitner <leitner>
Date:   Thu, 24 Apr 2003 16:08:38 +0000

make clean also removes write_proc
msvc.8 now says that you can specify more than one service

Diffstat:
MMakefile | 2+-
Mmsvc.8 | 4+++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -21,7 +21,7 @@ str_start.o $(DIET) $(CROSS)$(CC) $(CFLAGS) -c $^ clean: - rm -f *.o minit msvc pidfilehack hard-reboot + rm -f *.o minit msvc pidfilehack hard-reboot write_proc test: test.c gcc -nostdlib -o $@ $^ -I../dietlibc/include ../dietlibc/start.o ../dietlibc/dietlibc.a diff --git a/msvc.8 b/msvc.8 @@ -10,11 +10,13 @@ msvc \- control minit .I pid ] .I service +[\fI...\fR] .SH DESCRIPTION .B msvc is the management interface to minit. .I service -is the service directory name relative to /etc/minit. +is the service directory name relative to /etc/minit. Starting with +minit 0.9 you can also include /etc/minit/ in the service name. .SH OPTIONS If no option is given, .B msvc