Permalink
Jump to Line
| [Unit] | |
| Description=Redis persistent key-value database | |
| After=network.target | |
| [Service] | |
| ExecStart=/usr/bin/redis-server /etc/redis.conf --daemonize no | |
| ExecStop=/usr/bin/redis-shutdown | |
| User=redis | |
| Group=redis | |
| [Install] | |
| WantedBy=multi-user.target | |