This commit is contained in:
Evgeny Sorokin 2024-01-25 16:35:00 +03:00
parent 75b2517c50
commit 4af565b27d

View File

@ -1,4 +1,4 @@
#!/bin/sh
for service in $(systemctl list-units --type service | grep ipcam_capture | awk '{print $1}'); do \
for service in $(systemctl list-units --type service | grep ipcam_capture | awk '{print $1}'); do
systemctl restart $service
done