Skip to content
/ shsm Public

Fork of suckless' svc - a POSIX shell service manager

License

Notifications You must be signed in to change notification settings

hovercats/shsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shsm
----

A simple service manager written in shell.
Only handles starting and stopping services, no monitoring, no logging.

Installation
------------

	$ make install

Service scripts
---------------

Service scripts are rather simple. Basically it only requires a simple case
statement: -s/-k to start and stop. You can basically use w/e language you want.

Usage
-----

See the help function, and read the script.

About

Fork of suckless' svc - a POSIX shell service manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published