Intro
abducate
is an abduco
wrapper designed to run commands in the style of background services.
When starting a service through abducate
, the given command is run in a new abduco
session. abducate
will not attach to it. It will exit
with an error if the given session is already running. Sessions are maintained in a separate directory, $HOME/.abducate
by default.
Obtaining the software
Clone git://git.girlpoison.org/abducate
. You can browse the source code on the git page.