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
[Unit]
I'm on an Ubuntu 20 server running the main branch.
main
As shown here:
This is a situation after running the setup-service command.
setup-service
I compared this to the system service file for the Osmosis RPC, and noticed it's missing the [Unit] section.
Update:
to get this going I modified the file to be:
+ [Unit] Description=croncatd osmo-test-5 agent After=multi-user.target [Service] + Environment=CRONCAT_CHAIN_ID=osmo-test-5 + Environment=CRONCAT_AGENT=newme Type=simple User=root - WorkingDirectory=/root/.croncatd/system-services + WorkingDirectory=/root/croncat-rs ExecStart=/root/croncat-rs/target/debug/croncatd go StandardOutput=append:/var/log/croncatd-osmo-test-5.log StandardError=append:/var/log/croncatd-osmo-test-5-error.log Restart=on-failure RestartSec=60 KillSignal=SIGINT TimeoutStopSec=45 KillMode=mixed [Install] WantedBy=multi-user.target
Then was able to see the logs act normal with:
tail /var/log/croncatd-osmo-test-5-error.log -f
A little odd that the error file is showing normal logs? I dunno, nbd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm on an Ubuntu 20 server running the
main
branch.As shown here:
This is a situation after running the
setup-service
command.I compared this to the system service file for the Osmosis RPC, and noticed it's missing the
[Unit]
section.Update:
to get this going I modified the file to be:
Then was able to see the logs act normal with:
A little odd that the error file is showing normal logs? I dunno, nbd
The text was updated successfully, but these errors were encountered: