Skip to content

Commit

Permalink
more features working, still in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed Aug 6, 2016
1 parent 9582ee5 commit afb4af5
Show file tree
Hide file tree
Showing 18 changed files with 1,149 additions and 772 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
serve.toml
tmp/
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ webproc dnsmasq.toml
Where `dnsmasq.toml` is:

``` toml
Command = "dnsmasq"
Program = "dnsmasq"
```

Now, you can visit http://localhost:8080 and see the process logs and status
Expand All @@ -43,9 +43,10 @@ Port = 8080
User = ""
Pass = ""

# Command to execute (with optional arguments). Note: the process
# Program to execute (with optional Arguments). Note: the process
# must remain in the foreground (i.e. do NOT fork/run as daemon).
Command = ""
Program = ""
Arguments = []

# Log settings for the process:
# "both" - log to both, webproc standard out/error and to the web UI log.
Expand Down
150 changes: 0 additions & 150 deletions agent.go

This file was deleted.

Loading

0 comments on commit afb4af5

Please sign in to comment.