summarylogtreecommitdiffstats
path: root/mastodon-streaming.service
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon-streaming.service')
-rw-r--r--mastodon-streaming.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/mastodon-streaming.service b/mastodon-streaming.service
deleted file mode 100644
index 0e615853807a..000000000000
--- a/mastodon-streaming.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Mastodon streaming API service
-After=network.target
-
-[Service]
-Type=simple
-User=mastodon
-WorkingDirectory=/var/lib/mastodon
-Environment="NODE_ENV=production"
-Environment="PORT=4000"
-ExecStart=/usr/bin/npm run start
-TimeoutSec=15
-Restart=always
-
-[Install]
-WantedBy=multi-user.target