fix
This commit is contained in:
parent
75b2517c50
commit
4af565b27d
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/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
|
systemctl restart $service
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user