chef/site-cookbooks/kosmos-mastodon/templates/default/mastodon-streaming.systemd.service.erb
2018-04-17 13:19:23 +02:00

16 lines
292 B
Plaintext

Description=mastodon-streaming
After=network.target
[Service]
Type=simple
User=<%= @user %>
WorkingDirectory=<%= @app_dir %>
Environment="NODE_ENV=production"
Environment="PORT=<%= @port %>"
ExecStart=/usr/bin/npm run start
TimeoutSec=15
Restart=always
[Install]
WantedBy=multi-user.target