gentoo/dev-db/redict/files/redict.service
Anna (navi) Figueiredo Gomes 47ba28ecec
dev-db/redict: Fix command path in init scripts
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>
2024-05-21 23:22:09 +02:00

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