orama/pkg/environments/templates/systemd_gateway.service

21 lines
400 B
Desktop File

[Unit]
Description=Orama Gateway
After=orama-node.service
Wants=orama-node.service
[Service]
Type=simple
WorkingDirectory={{.HomeDir}}
Environment=HOME={{.HomeDir}}
ExecStart={{.HomeDir}}/bin/gateway --config {{.OramaDir}}/data/gateway.yaml
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
SyslogIdentifier=orama-gateway
PrivateTmp=yes
[Install]
WantedBy=multi-user.target