You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 rivejä
310 B

  1. [Unit]
  2. Description=Log2Ram
  3. Before=syslog.target mysql.service fail2ban.service nginx.service rsyslog.service
  4. [Service]
  5. Type=oneshot
  6. ExecStart= /usr/local/bin/log2ram start
  7. ExecStop= /usr/local/bin/log2ram stop
  8. ExecReload= /usr/local/bin/log2ram write
  9. RemainAfterExit=yes
  10. [Install]
  11. WantedBy=multi-user.target