We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issues is know recently, Do we have solution for that?
The text was updated successfully, but these errors were encountered:
`#!/bin/bash while true do sleep 3600 /var/packages/SurveillanceStation/target/bin/ssctl start
done`
Seems this is not a good solution!
Sorry, something went wrong.
I also set a task that stops and starts surveillance every 60 minutes. Very unpleasant and I hope there is a solution soon.
#!/bin/sh /usr/syno/bin/synopkg stop SurveillanceStation sleep 5 /usr/syno/bin/synopkg start SurveillanceStation
I also set a task that stops and starts surveillance every 60 minutes. Very unpleasant and I hope there is a solution soon. #!/bin/sh /usr/syno/bin/synopkg stop SurveillanceStation sleep 5 /usr/syno/bin/synopkg start SurveillanceStation
You can try running the following code every hour
/usr/syno/bin/synopkg restart SurveillanceStation
No branches or pull requests
This issues is know recently, Do we have solution for that?
The text was updated successfully, but these errors were encountered: