[Unit] Description=ChainID 138 Explorer Indexer Service Documentation=https://github.com/explorer/backend After=network.target postgresql.service Requires=postgresql.service [Service] Type=simple User=explorer Group=explorer WorkingDirectory=/home/explorer/explorer-monorepo/backend EnvironmentFile=/home/explorer/explorer-monorepo/.env ExecStart=/usr/local/bin/explorer-indexer Restart=always RestartSec=10 StandardOutput=journal StandardError=journal SyslogIdentifier=explorer-indexer # Security settings NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=read-only ReadWritePaths=/home/explorer/explorer-monorepo # Resource limits LimitNOFILE=65536 LimitNPROC=4096 [Install] WantedBy=multi-user.target