mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
15 lines
368 B
Desktop File
15 lines
368 B
Desktop File
[Unit]
|
|
Description=ENE API Server
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/env bash "/home/allaun/Research Stack/4-Infrastructure/infra/ene-rds/systemd/ene-api-wrapper.sh"
|
|
Restart=on-failure
|
|
RestartSec=30
|
|
Environment=AWS_REGION=us-east-1
|
|
Environment=ENE_API_BIND=0.0.0.0:3000
|
|
|
|
[Install]
|
|
WantedBy=default.target
|