| [Unit] | |
| Description=Prometheus AlertManager Auth Proxy | |
| Requires=mnt-pd0.mount | |
| Wants=network-online.target | |
| After=mnt-pd0.mount network-online.target | |
| [Service] | |
| ExecStart=/usr/local/bin/alert_proxy_with_auth \ | |
| --logtostderr \ | |
| --target_port=:8001 \ | |
| --prom_port=:20003 \ | |
| --port=:8003 | |
| Restart=always | |
| User=default | |
| Group=default | |
| LimitNOFILE=10000 | |
| [Install] | |
| WantedBy=multi-user.target |