PHP Classes

File: systemd/sentinela.service

Recommend this page to a friend!
  Packages of Moises Espindola   Sentinela   systemd/sentinela.service   Download  
File: systemd/sentinela.service
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Sentinela
Linux protection tools with Web dashboard panel
Author: By
Last change:
Date: 6 days ago
Size: 512 bytes
 

Contents

Class file image Download
[Unit] Description=Sentinela ? Intelligent Linux Security Framework Documentation=https://github.com/sentinela After=network-online.target iptables.service ipset.service Wants=network-online.target DefaultDependencies=no [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/local/bin/sentinela start ExecStop=/usr/local/bin/sentinela stop ExecReload=/usr/local/bin/sentinela restart TimeoutStartSec=120 TimeoutStopSec=30 StandardOutput=journal StandardError=journal [Install] WantedBy=multi-user.target