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.

log2ram-daily.service 498 B

1234567891011121314151617181920212223
  1. [Unit]
  2. Description=Daily Log2Ram writing activities
  3. After=log2ram.service
  4. [Service]
  5. ExecStart=/bin/systemctl reload log2ram.service
  6. # Sandboxing
  7. LockPersonality=true
  8. MemoryDenyWriteExecute=true
  9. NoNewPriviliges=true
  10. PrivateDevices=true
  11. PrivateNetwork=true
  12. #May affect "Mail" in log2ram.conf.
  13. ProtectClock=true
  14. ProtectControlGroups=true
  15. ProtectHostname=true
  16. ProtectKernelLogs=true
  17. ProtectKernelModules=true
  18. ProtectKernelTunables=true
  19. RestrictSUIDSGID=true
  20. ProtectSystem=strict
  21. ProtectHome=true