mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 15:46:58 +00:00
- Invalidate plaintext refresh tokens (migration 019) - Add `--sign` flag to `orama build` for rootwallet manifest signing - Add `--ca-fingerprint` TOFU verification for production joins/invites - Save cluster secrets from join (RQLite auth, Olric key, IPFS peers) - Add RQLite auth config fields
35 lines
790 B
Desktop File
35 lines
790 B
Desktop File
[Unit]
|
|
Description=Orama Network Node ({{.NodeType}})
|
|
After=orama-ipfs-cluster-{{.NodeType}}.service
|
|
Wants=orama-ipfs-cluster-{{.NodeType}}.service
|
|
Requires=orama-ipfs-cluster-{{.NodeType}}.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=orama
|
|
Group=orama
|
|
ProtectSystem=strict
|
|
ProtectHome=yes
|
|
NoNewPrivileges=yes
|
|
PrivateDevices=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectKernelModules=yes
|
|
RestrictNamespaces=yes
|
|
ReadWritePaths={{.OramaDir}}
|
|
WorkingDirectory={{.HomeDir}}
|
|
Environment=HOME={{.HomeDir}}
|
|
ExecStart={{.HomeDir}}/bin/orama-node --config {{.OramaDir}}/configs/{{.ConfigFile}}
|
|
Restart=always
|
|
RestartSec=5
|
|
TimeoutStopSec=45s
|
|
KillMode=mixed
|
|
KillSignal=SIGTERM
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=orama-node-{{.NodeType}}
|
|
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|