2022-02-04 20:23:04 +01:00

13 lines
188 B
TOML

# 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"