Event Timeline
Comment Actions
It's up on granet, not committed yet because it should be included in a puppet integration diff.
Comment Actions
Sure, it's as simple as you'd expect:
[Unit] Description=swh graph dev service After=network.target [Service] User=swhworker Group=swhworker ExecStart=/opt/swhgraph_venv/bin/swh graph rpc-serve -g /srv/softwareheritage/ssd/graph/latest/compressed/all [Install] WantedBy=multi-user.target