Subcommands
Check status and control the service directly with
systemctl:
capsule install-service
/etc/systemd/system/capsule.service, enables it, and starts it immediately. The service:
- Runs as root (installing the service requires
sudo, and the generated unit has no unprivilegedUser=override) - Starts automatically on boot
- Restarts unconditionally, 5 seconds after it stops for any reason — not just on crashes
capsule auth during initial server setup. The service is what makes scheduled backups fire — without it, schedules are configured but never executed. Install it once and forget it.
capsule uninstall-service
sudo systemctl stop capsule instead, which leaves all your local data and config in place and can be reversed with sudo systemctl start capsule.