chef/site-cookbooks/kredits-github/templates/default/nodejs.systemd.service.erb
2019-04-23 11:40:33 +02:00

14 lines
236 B
Plaintext

[Unit]
Description=Start nodejs app
[Service]
ExecStart=<%= @entry %>
WorkingDirectory=<%= @app_dir %>
User=<%= @user %>
Group=<%= @group %>
EnvironmentFile=<%= @environment_file %>
Restart=always
[Install]
WantedBy=multi-user.target