18 lines
345 B
Plaintext
18 lines
345 B
Plaintext
Description=mastodon-streaming
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=<%= @user %>
|
|
WorkingDirectory=<%= @app_dir %>
|
|
Environment="NODE_ENV=production"
|
|
Environment="BIND=<%= @bind %>"
|
|
Environment="PORT=<%= @port %>"
|
|
ExecStart=/usr/bin/node ./streaming
|
|
TimeoutSec=15
|
|
Restart=always
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|