feat: first commit
Some checks failed
Continuous Integration / lint_n_build (push) Failing after 16s
Continuous Delivery / build_n_upload (push) Failing after 16s

This commit is contained in:
2026-03-14 01:05:45 +01:00
commit 7fe1fef339
9 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=/usr/bin/valkey-server /etc/valkey/netoik_valkey.conf --daemonize no --supervised systemd $OPTIONS

View File

@@ -0,0 +1,16 @@
# Accept connections on the specified port, default is 6379 (IANA #815344).
# If port 0 is specified the server will not listen on a TCP socket.
port 0
# Unix socket.
#
# Specify the path for the Unix socket that will be used to listen for
# incoming connections. There is no default, so the server will not listen
# on a unix socket when not specified.
#
unixsocket /run/valkey/valkey.sock
# Specify the log file name. Also the empty string can be used to force
# the server to log on the standard output. Note that if you use standard
# output for logging but daemonize, logs will be sent to /dev/null
logfile ""