Subcommands
| Command | Description |
|---|---|
sudo capsule install-service | Install and enable the systemd service |
sudo capsule uninstall-service | Remove the systemd service |
systemctl:
Install the service
/etc/systemd/system/capsule.service, enables it, and starts it immediately. The service:
- Runs as the current user
- Starts automatically on boot
- Restarts on failure (5-second delay)