1
0
mirror of https://git.sdf.org/rudi/headless9.git synced 2026-03-22 05:17:27 +00:00
Rudi ecc829bc03
All checks were successful
continuous-integration/drone/push Build is passing
Add drone yml
2022-10-23 00:38:32 -04:00
2022-10-23 00:38:32 -04:00
2022-07-29 11:56:10 -04:00
2022-07-25 14:55:20 -04:00
2022-07-25 17:51:20 +00:00
2022-10-23 00:16:20 -04:00
2022-10-23 00:35:02 -04:00
2022-10-23 00:16:20 -04:00
2022-10-22 23:23:24 -04:00

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
Description
background services in plan9
Readme Unlicense 695 KiB
Languages
Go 100%