SSD Nodes Learn Hosting plans →

systemd

Keeping a service running across reboots and crashes. Units, timers, logs, and why a service that works by hand fails under systemd.

Filtering by topic #systemd · clear

Guides

Self-hosted secrets managers compared

Which self-hosted secrets manager belongs on one VPS: OpenBao, Infisical, SOPS with age, systemd credentials, or a locked down env file, and what each costs.

Guides

Run the llama.cpp server on a VPS

Build llama-server from a pinned tag, serve GGUF models on the OpenAI-compatible API, bind it to localhost, and run it under systemd with memory limits.

Guides

Back up to two restic repositories

Add a second restic repository without doubling your risk: separate init and password, back up twice or use restic copy, split timers, tested restores.

Guides

Run OpenClaw safely on a VPS

OpenClaw runs shell commands and browses the web, so a careless setup is dangerous. Harden it on a VPS: unprivileged user, firewall, secrets, systemd.