summaryrefslogtreecommitdiff
path: root/tools/ipcam_capture_restart_all.sh
blob: 69bc8ef907c23dd889fc38f5253c80841e348a3c (plain)
1
2
3
4
#!/bin/sh
for service in $(systemctl list-units --type service | grep ipcam_capture | awk '{print $1}'); do \
	systemctl restart $service
done