mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
15 lines
224 B
Desktop File
15 lines
224 B
Desktop File
[Unit]
|
|
Description=Kava daemon
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
|
|
# Run as kava:kava
|
|
User=kava
|
|
ExecStart=/home/kava/go/bin/kvd start
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
LimitNOFILE=4096
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |