4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Restars the main BirdNET analysis service
|
|
sudo systemctl restart birdnet_analysis.service
|