background services in plan9
Go to file
Rudi 7bff8183be
Update license
2022-10-23 00:44:47 -04:00
.drone.yml Add drone yml 2022-10-23 00:38:32 -04:00
.gitignore Ignore compiled binary 2022-07-29 11:56:10 -04:00
LICENSE Update license 2022-10-23 00:44:47 -04:00
README.md Update README.md 2022-10-23 00:35:02 -04:00
go.mod Add src 2022-07-25 14:55:20 -04:00
main.go Go fmt 2022-10-23 00:16:20 -04:00
strings.go Go fmt 2022-10-23 00:16:20 -04:00
types.go Add types 2022-10-22 23:23:24 -04:00

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