mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-386: Setup umask and ulimits for Bitbucket.
This commit is contained in:
@@ -5,9 +5,11 @@ After=network-online.target
|
|||||||
[Service]
|
[Service]
|
||||||
User={{ atl_product_user }}
|
User={{ atl_product_user }}
|
||||||
Group={{ atl_product_user }}
|
Group={{ atl_product_user }}
|
||||||
|
UMask=0027
|
||||||
|
LimitNOFILE=4096
|
||||||
Environment=BITBUCKET_HOME={{ atl_product_home_shared }}
|
Environment=BITBUCKET_HOME={{ atl_product_home_shared }}
|
||||||
ExecStart={{ atl_product_installation_current }}/bin/start-bitbucket.sh -fg
|
|
||||||
|
ExecStart={{ atl_product_installation_current }}/bin/start-bitbucket.sh -fg --no-search
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user