log-cleaner.service 172 B

1234567891011
  1. [Unit]
  2. Description=Log Cleaner Service
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/local/bin/log-cleaner
  7. Restart=always
  8. [Install]
  9. WantedBy=multi-user.target