Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minoritea/goemon
goemon - daemonize your command
https://github.com/minoritea/goemon
go golang
Last synced: 1 day ago
JSON representation
goemon - daemonize your command
- Host: GitHub
- URL: https://github.com/minoritea/goemon
- Owner: minoritea
- License: bsd-2-clause
- Created: 2024-03-29T00:38:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T02:46:42.000Z (9 months ago)
- Last Synced: 2024-11-12T10:18:31.163Z (2 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NAME
goemon - daemonize your command
# SYNOPSIS
goemon -- command args...
# DESCRIPTION
Goemon executes the command and arguments that follow -- and daemonizes them.
If you wish to redirect standard output and standard error, please handle this through an intermediary such as a shell script.