-
Notifications
You must be signed in to change notification settings - Fork 453
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
[contrib] systemd: add systemd unit example #970
Conversation
Users will likely have to change this to reflect where their binaries are located, but provides a base example. Fixes #959.
Want to put this under the integrations folder? |
Also would be helpful to link to this file from the docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #970 +/- ##
==========================================
+ Coverage 77.81% 77.89% +0.07%
==========================================
Files 411 411
Lines 34437 34437
==========================================
+ Hits 26798 26823 +25
+ Misses 5782 5752 -30
- Partials 1857 1862 +5
Continue to review full report at Codecov.
|
|
||
[Service] | ||
Type=simple | ||
ExecStart=/usr/bin/m3dbnode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious if we should include the config flag within this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah damn good catch, opened #974
Users will likely have to change this to reflect where their binaries
are located, but provides a base example.
Fixes #959.