background services in plan9
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rudi 5bf240b616
go fmt
7 months ago
.drone.yml Add drone yml 7 months ago
.gitignore Ignore compiled binary 10 months ago
LICENSE Update license 7 months ago
README.md Fix readme links 7 months ago
go.mod Add src 10 months ago
main.go go fmt 7 months ago
strings.go Grammar fix 7 months ago
types.go Add types 7 months ago

README.md

headless9

background services in plan9

Badges

GPLv3 License Build Status Go Report Card Documentation

Deployment

Ensure you have already installed Go, then run the following to set up the directory for headless9 admin and usage.

mkdir -p /adm/headless9/ctl
mkdir -p /adm/headless9/log
touch /adm/services
go install git.sdf.org/rudi/headles9@latest
cp go/bin/headless9 /bin/headless9

Features

  • Headless services from plan9 console
  • Logging and control for the running services

Usage/Examples

Command Line Tool:

headless9 {start|stop|restart|status} plan9HttpApp

Service File (default /adm/services):

plan9HttpApp arg1 arg2 ...argN