The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

18 行
332 B

  1. [Unit]
  2. Description=mastodon-streaming
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=mastodon
  7. WorkingDirectory=/home/mastodon/live
  8. Environment="NODE_ENV=production"
  9. Environment="PORT=4000"
  10. Environment="STREAMING_CLUSTER_NUM=1"
  11. ExecStart=/usr/bin/node ./streaming
  12. TimeoutSec=15
  13. Restart=always
  14. [Install]
  15. WantedBy=multi-user.target