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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
how i can make to running Covenant as a Service? i solve , below is the solution:
# covenant.service [Unit] Description=Covenant Service After=network.target Wants=network.target [Service] Type=Simple WorkingDirectory=/opt/Covenant/Covenant ExecStart=/opt/Covenant/Covenant/bin/Debug/netcoreapp3.1/Covenant [Install] WantedBy=multi-user.target
Copy the service files to your Covenant
sudo cp covenant.service /etc/systemd/system/ sudo chmod+x /etc/systemd/system/covenant.service
Register the new services
systemctl daemon-reload
Start the services
systemctl start covenant.service systemctl status covenant.service
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
how i can make to running Covenant as a Service?
i solve , below is the solution:
Copy the service files to your Covenant
Register the new services
Start the services
Thank you.
The text was updated successfully, but these errors were encountered: