opennic-resolve.service 244 B

1234567891011121314
  1. [Unit]
  2. Description=opennic-resolve DNS updater
  3. Wants=nss-lookup.target
  4. After=nss-lookup.target
  5. [Service]
  6. Type=simple
  7. ExecStart=/usr/bin/opennic-resolve
  8. ProtectSystem=true
  9. ProtectHome=read-only
  10. Restart=on-failure
  11. RestartSec=1h
  12. RuntimeMaxSec=5m