[Unit] Description=OTP application {{ otp_app_name }} [Service] User={{ otp_user }} WorkingDirectory=/home/{{ otp_user }}/ EnvironmentFile=/home/{{ otp_user }}/otp.env ExecStart={{ otp_executable }} start [Install] WantedBy=multi-user.target