initial commit
This commit is contained in:
12
examples/config.toml
Normal file
12
examples/config.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
# An example config that can be supplied to the CLI
|
||||
[server]
|
||||
host=":9092"
|
||||
|
||||
[[unit]]
|
||||
name="echo"
|
||||
command="echo heyooo"
|
||||
cron="* * * * *"
|
||||
|
||||
[[unit]]
|
||||
name="notify"
|
||||
command="notify-send heyooo"
|
||||
Reference in New Issue
Block a user