# provisionerd start
Run a provisioner daemon
## Usage
```console
coder provisionerd start [flags]
```
## Options
### -c, --cache-dir
| | |
| ----------- | ----------------------------------- |
| Type | string |
| Environment | $CODER_CACHE_DIRECTORY |
| Default | ~/.cache/coder |
Directory to store cached data.
### --poll-interval
| | |
| ----------- | ---------------------------------------------- |
| Type | duration |
| Environment | $CODER_PROVISIONERD_POLL_INTERVAL |
| Default | 1s |
How often to poll for provisioner jobs.
### --poll-jitter
| | |
| ----------- | -------------------------------------------- |
| Type | duration |
| Environment | $CODER_PROVISIONERD_POLL_JITTER |
| Default | 100ms |
How much to jitter the poll interval by.
### --psk
| | |
| ----------- | ------------------------------------------ |
| Type | string |
| Environment | $CODER_PROVISIONER_DAEMON_PSK |
Pre-shared key to authenticate with Coder server.
### -t, --tag
| | |
| ----------- | ------------------------------------- |
| Type | string-array |
| Environment | $CODER_PROVISIONERD_TAGS |
Tags to filter provisioner jobs by.