You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

storrowed-search.service 251B

1234567891011
  1. [Unit]
  2. Description=storrowed.boston search worker
  3. Wants=storrowed-trigger.timer
  4. [Service]
  5. Type=oneshot
  6. WorkingDirectory=/opt/storrowed.boston
  7. ExecStart=/usr/bin/pipenv run /opt/storrowed.boston/search-wrapper.sh
  8. [Install]
  9. WantedBy=multi-user.target