mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 00:00:56 +03:00
Closes: https://bugs.gentoo.org/932243 Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
15 lines
261 B
Desktop File
15 lines
261 B
Desktop File
[Unit]
|
|
Description=A persistent key-value database
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/run/redict/redict.pid
|
|
ExecStart=/usr/bin/redict-server /etc/redict/redict.conf
|
|
User=redict
|
|
Group=redict
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|