您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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