Skip to content
Snippets Groups Projects
Commit 105a1053 authored by David Trattnig's avatar David Trattnig
Browse files

Default Systemd Unit file.

parent 72739e7a
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Aura Engine API
After=network.target
[Service]
Type=simple
User=engineuser
WorkingDirectory=/opt/aura/engine-api
ExecStart=/opt/aura/engine-api/run.sh api
Restart=always
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment