Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
9acdd25f
Commit
9acdd25f
authored
8 years ago
by
Roman Tsisyk
Browse files
Options
Downloads
Patches
Plain Diff
Document how to override systemd settings
Closes #1657
parent
cc9ddd75
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extra/dist/tarantool@.service.in
+25
-3
25 additions, 3 deletions
extra/dist/tarantool@.service.in
with
25 additions
and
3 deletions
extra/dist/tarantool@.service.in
+
25
−
3
View file @
9acdd25f
# Please don't modify this file in-place, because it will be overwrriten
# during package upgrades. It is recommended to copy this file to
# /etc/systemd/system and then modify the chosen settings. Alternatively,
# one can create a directory named
unit
.d/ within /etc/systemd/system and
# one can create a directory named
service
.d/ within /etc/systemd/system and
# place a drop-in file name.conf there that only changes the specific
# settings one is interested in.
#
#
Please see http://tarantool.org/doc/book/administration.html
# for
additional information.
#
For example, if you want to increase the maximum number of open files
# for
example.lua instance, you need to perform the following steps:
#
# 1. Create directory /etc/systemd/system/tarantool@example.service.d/ with
# file limits.conf containing:
#
# [Service]
# LimitNOFILE=10000
#
# 2. Reload systemd daemon
#
# systemctl daemon-reload
#
# 3. Check new settings
#
# systemctl show tarantool@example|grep LimitNOFILE
#
# 4. Restart tarantool@example service
#
# systemctl restart tarantool@example
#
# Please see http://tarantool.org/doc/book/administration.html and
# systemd.service(5) man page for additional information.
#
[Unit]
Description=Tarantool Database Server
After=network.target
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment