зеркало из https://github.com/telerik/wazuh-api.git
17 строки
285 B
SYSTEMD
17 строки
285 B
SYSTEMD
|
# WAZUH API Service (Systemd unit)
|
||
|
# Wazuh Inc.
|
||
|
# April 11, 2016
|
||
|
|
||
|
[Unit]
|
||
|
Description=Wazuh API daemon
|
||
|
Documentation=http://wazuh-documentation.readthedocs.org/en/latest/ossec_api.html
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|