Skip to content

Commit

Permalink
doc: Fix spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Jan 7, 2024
1 parent 832aa95 commit 7651ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ file { mtail_programme:
}
```

Alternatively, if you're using `scp` or some similiar method to copy the programme files without a receiver, then either follow it with a `ssh $host 'killall -HUP mtail'` or use a tool like [`inotifywait`](https://linux.die.net/man/1/inotifywait) in a side process next to mtail to watch for changes and send the reload signal.
Alternatively, if you're using `scp` or some similar method to copy the programme files without a receiver, then either follow it with a `ssh $host 'killall -HUP mtail'` or use a tool like [`inotifywait`](https://linux.die.net/man/1/inotifywait) in a side process next to mtail to watch for changes and send the reload signal.

```shell
inotifywait -m /etc/mtail/progs | while read event; do killall -HUP mtail; done
Expand Down

0 comments on commit 7651ebf

Please sign in to comment.