Skip to content
Snippets Groups Projects
Commit f64f276c authored by Antoine Pietri's avatar Antoine Pietri
Browse files

seirl: dev-services: use PartOf=dev-swh.target

parent de2df16f
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Dev celery vault
PartOf=dev-swh.target
[Service]
Environment=SWH_WORKER_INSTANCE=vault
......
[Unit]
Description=Dev listener
PartOf=dev-swh.target
[Service]
ExecStart=%h/swh-environment/.venv/bin/python3 -m swh.scheduler.celery_backend.listener
......
[Unit]
Description=Dev listener
PartOf=dev-swh.target
[Service]
RestartSec=1
......
[Unit]
Description=Dev storage
PartOf=dev-swh.target
[Service]
ExecStart=%h/swh-environment/.venv/bin/python3 -m swh.storage.api.server %h/.config/swh/storage/storage.yml
......
[Unit]
Description=Dev vault
PartOf=dev-swh.target
[Service]
ExecStart=%h/swh-environment/.venv/bin/python3 -m swh.vault.api.server %h/.config/swh/storage/vault.yml
......
[Unit]
Description=Dev webapp
PartOf=dev-swh.target
[Service]
ExecStart=%h/swh-environment/.venv/bin/python3 -m swh.web.manage runserver 0.0.0.0:5004 -v 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment