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 309B

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