10 lines
163 B
Markdown
10 lines
163 B
Markdown
# kickstart.service.restart service_name
|
|
Restarts the `service_name` using the underlying init system
|
|
|
|
|
|
### Example
|
|
|
|
```bash
|
|
$ kickstart.service.restart redis
|
|
```
|