14 lines
276 B
Desktop File
14 lines
276 B
Desktop File
[Unit]
|
|
Description=Redis persistent key-value database
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/redis-server /etc/maat-redis.conf --supervised systemd
|
|
ExecStop=/usr/libexec/redis-shutdown maat-redis
|
|
Type=notify
|
|
TimeoutSec=300s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|