Continue reorganization, add asinkd stop cmd, make asinkd socket configurable

This commit is contained in:
2013-09-02 23:35:48 -04:00
parent 2599717d09
commit 4eb75e1db1
15 changed files with 55 additions and 11 deletions

View File

@ -17,6 +17,11 @@ var commands []Command = []Command{
fn: StartServer,
explanation: "Start the server daemon",
},
Command{
cmd: "stop",
fn: StopServer,
explanation: "Stop the server daemon",
},
Command{
cmd: "useradd",
fn: UserAdd,