mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
13 lines
232 B
Desktop File
13 lines
232 B
Desktop File
[Unit]
|
|
Description=Redis In-Memory Data Store
|
|
After=network.target lnd.target
|
|
|
|
[Service]
|
|
User=redis
|
|
Group=redis
|
|
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |