[Unit] Description=Advanced key-value store After=network.target [Service] Type=notify User=valkey Group=valkey ExecStart=/usr/bin/valkey-server /etc/valkey/valkey.conf --supervised systemd TimeoutStartSec=60 TimeoutStopSec=60 CapabilityBoundingSet= PrivateTmp=true PrivateDevices=true ProtectSystem=full ProtectHome=true NoNewPrivileges=true RuntimeDirectory=valkey RuntimeDirectoryMode=755 LimitNOFILE=10032 [Install] WantedBy=multi-user.target