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
|