17 lines
324 B
Plaintext
17 lines
324 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/npm run start
|
|
TimeoutSec=15
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|