19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
|
# -*- coding: utf-8 mode: markdown -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
##@creator: jclain
|
||
|
##@created: 27/04/2016 03:19
|
||
|
##@modifier: jclain
|
||
|
##@changecount: 1
|
||
|
##@tags:
|
||
|
##@title: udaemon.cgo
|
||
|
|
||
|
{{{
|
||
|
udaemon.cgo: start a program as a daemon
|
||
|
|
||
|
USAGE
|
||
|
udaemon.cgo /path/to/prog [args...]
|
||
|
|
||
|
OPTIONS
|
||
|
-d DESTDIR
|
||
|
Change to DESTDIR instead of "/" before starting the program
|
||
|
}}}
|