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.

mastoreddit.service 343B

12345678910111213
  1. [Unit]
  2. Description=Mastodon reddit reposter bot
  3. Wants=mastoreddit-trigger.timer
  4. [Service]
  5. Type=oneshot
  6. WorkingDirectory=/opt/mastoreddit
  7. Environment="MR_CONFIG=/etc/mastoreddit/config.json"
  8. Environment="MR_RECENTS=/var/lib/mastoreddit/recents.json"
  9. ExecStart=/usr/bin/pipenv run /opt/mastoreddit/main.py
  10. [Install]
  11. WantedBy=multi-user.target