Continue reorganization, add asinkd stop cmd, make asinkd socket configurable
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user