Current section
Files
Jump to
Current section
Files
priv/templates/runtime-environment.service.eex
[Unit]
Description=<%= service_name %> runtime-environment
After=local-fs.target <%= runtime_environment_service_after %>
[Service]
Type=oneshot
User=<%= app_user %>
Group=<%= app_group %>
ExecStart=<%= scripts_dir %>/<%= runtime_environment_service_script %>
Environment=DEPLOY_DIR=<%= deploy_dir %>
RuntimeDirectory=<%= runtime_directory %>
RuntimeDirectoryMode=<%= runtime_directory_mode %>
<%= if systemd_version >= 235 do %>
RuntimeDirectoryPreserve=<%= runtime_directory_preserve %>
<% end %>
[Install]
WantedBy=multi-user.target