mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
{% from "cron/map.jinja" import cronmap with context %}
|
|
|
|
crond_service:
|
|
service.running:
|
|
- name: {{ cronmap.service }}
|
|
- enable: True
|
|
- unless: pgrep soup
|