Last active
November 26, 2024 00:42
-
-
Save supersonictw/ec050c5b000bd3c0ac81d6c15a6c407c to your computer and use it in GitHub Desktop.
The simplest YugabyteDB single host systemd file. https://docs.yugabyte.com/stable/quick-start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Install] | |
WantedBy=multi-user.target | |
[Unit] | |
Description=YugabyteDB is a high-performance transactional distributed SQL database. | |
Wants=network-online.target | |
After=network-online.target | |
[Service] | |
Type=simple | |
Restart=always | |
RestartSec=5 | |
User=yugabyte | |
WorkingDirectory=/opt/yugabyte | |
ExecStart=/opt/yugabyte/bin/yugabyted start --background=false | |
PermissionsStartOnly=True | |
TimeoutStartSec=30 | |
LimitCORE=infinity | |
LimitNOFILE=1048576 | |
LimitNPROC=12000 | |
LimitMEMLOCK=64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These codes are licensed by
SPDX-License-Identifier: MIT
.License: https://ncurl.xyz/s/o_o6DVqIR