Update docs/Formula-Cookbook.md
Co-authored-by: Nanda H Krishna <me@nandahkrishna.com>
This commit is contained in:
parent
9c5c0d1afe
commit
1d742d243b
@ -822,7 +822,7 @@ If a service needs to run at certain times, use `run_type :cron` and specify a t
|
|||||||
```ruby
|
```ruby
|
||||||
service do
|
service do
|
||||||
run [opt_bin/"beanstalkd", "test"]
|
run [opt_bin/"beanstalkd", "test"]
|
||||||
run_type :interval
|
run_type :cron
|
||||||
cron "5 * * * *"
|
cron "5 * * * *"
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user