orama/systemd/orama-namespace-gateway@.service

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