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
How can I restart the frps server on ubuntu automatically every hour?
No response
The text was updated successfully, but these errors were encountered:
crontab -e
0 * * * * systemctl restart frps
不过,我很好奇 为什么要这么做
Sorry, something went wrong.
crontab -e 0 * * * * systemctl restart frps 不过,我很好奇 为什么要这么做
thanks. But for some reason I get this in return:
$ systemctl restart frps Failed to restart frps.service: Unit frps.service not found.
It looks like this example is working #176 (comment)
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
No branches or pull requests
Describe the feature request
How can I restart the frps server on ubuntu automatically every hour?
Describe alternatives you've considered
No response
Affected area
The text was updated successfully, but these errors were encountered: