mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-09 13:05:45 +00:00
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
[Unit]
|
|
Description="Disable transparent hugepages"
|
|
Before=mongodb.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/disable-transparent-hugepages.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|