mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
14 lines
261 B
Desktop File
14 lines
261 B
Desktop File
[Unit]
|
|
Description=A persistent key-value database
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/run/valkey/valkey.pid
|
|
ExecStart=/usr/sbin/valkey-server /etc/valkey/valkey.conf
|
|
User=valkey
|
|
Group=valkey
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|