mastodon-streaming.service 367 B

123456789101112
  1. [Unit]
  2. Description=mastodon-streaming
  3. After=network.target
  4. Wants=mastodon-streaming@4000.service
  5. [Service]
  6. Type=oneshot
  7. ExecStart=/bin/echo "mastodon-streaming exists only to collectively start and stop mastodon-streaming@ instances, shimming over the migration to templated mastodon-streaming systemd unit"
  8. RemainAfterExit=yes
  9. [Install]
  10. WantedBy=multi-user.target