Skip to content
New issue

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

The service disabled after an hour #9

Open
dieptang opened this issue Oct 24, 2023 · 4 comments
Open

The service disabled after an hour #9

dieptang opened this issue Oct 24, 2023 · 4 comments

Comments

@dieptang
Copy link

This issues is know recently, Do we have solution for that?

@dieptang
Copy link
Author

`#!/bin/bash
while true
do
sleep 3600
/var/packages/SurveillanceStation/target/bin/ssctl start

done`

Seems this is not a good solution!

@kosmix1980
Copy link

kosmix1980 commented Nov 1, 2023

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

@h2ls
Copy link

h2ls commented Dec 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@dieptang @h2ls @kosmix1980 and others