feat: support linux/systemd

This commit is contained in:
Klesh Wong
2025-11-08 10:37:47 +08:00
parent 6bd74fd598
commit 1d3921b925
2 changed files with 6 additions and 6 deletions

View File

@ -93,9 +93,9 @@ python -m scientific_surfing core update [--version <version>] [--force]
### Service Management
macOS
```bash
sudo env SF_CONFIG_DIR=(readlink -f ~/basicfiles/cli/scientific_surfing) python -m scientific_surfing core service install
Linux / macOS
```nushell
sudo env SF_CONFIG_DIR=(readlink -f ~/basicfiles/cli/scientific_surfing) .venv/bin/python -m scientific_surfing core service install
```
## Development