💾 Archived View for gmn.clttr.info › sources › geminispace.git › tree › infra › gus-index.service.tx… captured on 2022-01-08 at 21:33:17.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

➡️ Next capture (2022-06-03)

-=-=-=-=-=-=-

# /etc/systemd/system/gus.service

[Unit]
Description=Gemini Universal Search - Indexer

[Service]
User=gus
Group=gus
Type=oneshot
WorkingDirectory=/home/gus
Environment="PYTHONUNBUFFERED=1"
ExecStart=/bin/bash -c /home/gus/infra/rebuild_index.sh
ExecStopPost=sudo systemctl restart gus