summarylogtreecommitdiffstats
path: root/service
blob: 543497839a1669df86e3d3542df366ed7773b799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Gaia Hub decentralized high-performance storage system
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
User=gaia
Group=gaia
WorkingDirectory=/usr/lib/node_modules/gaia-hub
Environment=NODE_ENV="production"
ExecStart=/usr/bin/gaia-hub

[Install]
WantedBy=multi-user.target