mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 13:16:58 +00:00
34 lines
796 B
Desktop File
34 lines
796 B
Desktop File
[Unit]
|
|
Description=Orama Namespace Gateway (%i)
|
|
Documentation=https://github.com/DeBrosOfficial/network
|
|
After=network.target orama-namespace-rqlite@%i.service orama-namespace-olric@%i.service
|
|
Requires=orama-namespace-rqlite@%i.service orama-namespace-olric@%i.service
|
|
PartOf=orama-node.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/orama
|
|
|
|
EnvironmentFile=/opt/orama/.orama/data/namespaces/%i/gateway.env
|
|
|
|
# Use shell to properly expand NODE_ID from env file
|
|
ExecStart=/bin/sh -c 'exec /opt/orama/bin/gateway --config ${GATEWAY_CONFIG}'
|
|
|
|
TimeoutStopSec=30s
|
|
KillMode=mixed
|
|
KillSignal=SIGTERM
|
|
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=orama-gateway-%i
|
|
|
|
PrivateTmp=yes
|
|
LimitNOFILE=65536
|
|
MemoryMax=1G
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|