summarylogtreecommitdiffstats
path: root/mastodon-streaming.service
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon-streaming.service')
-rw-r--r--mastodon-streaming.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon-streaming.service b/mastodon-streaming.service
index dc7b5a9bebd8..0e615853807a 100644
--- a/mastodon-streaming.service
+++ b/mastodon-streaming.service
@@ -1,11 +1,11 @@
[Unit]
-Description=mastodon-streaming
+Description=Mastodon streaming API service
After=network.target
[Service]
Type=simple
User=mastodon
-WorkingDirectory=/var/lib/mastodon/live
+WorkingDirectory=/var/lib/mastodon
Environment="NODE_ENV=production"
Environment="PORT=4000"
ExecStart=/usr/bin/npm run start