mirror of
https://git.sdf.org/rudi/headless9.git
synced 2026-03-22 05:17:27 +00:00
b06284f841a98796b1b103d59626ca4f1ffce954
All checks were successful
continuous-integration/drone/tag Build is passing
headless9
background services in plan9
Badges
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
Languages
Go
100%