File tree Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The script is pre-configured and will work for older versions with init.d and al
55
55
- And finally the server is started
56
56
57
57
```
58
- tar -xzf domino-startscript_v3.7.3 .taz
58
+ tar -xzf domino-startscript_v3.8.0 .taz
59
59
cd domino-startscript
60
60
./install_script
61
61
```
Original file line number Diff line number Diff line change 2
2
3
3
###########################################################################
4
4
# systemd Service - Start/Stop Script for Domino on xLinux/zLinux/AIX #
5
- # Version 3.7.3 09.10 .2023 #
5
+ # Version 3.8.0 20.12 .2023 #
6
6
# #
7
7
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
8
8
# Feedback domino_unix@nashcom.de #
Original file line number Diff line number Diff line change 3
3
# dominoctl #
4
4
# --------- #
5
5
# Nash!Com Domino Container Management Script #
6
- # Version 1.2.1 01.04 .2023 #
6
+ # Version 1.4.0 20.12 .2023 #
7
7
# #
8
8
# (C) Copyright Daniel Nashed/NashCom 2021-2023 #
9
9
# Feedback domino_unix@nashcom.de #
@@ -57,7 +57,7 @@ DOWNLOAD_LINK_FLEXNET="https://hclsoftware.flexnetoperations.com/flexnet/operati
57
57
DOWNLOAD_LINK_FLEXNET_OPTIONS=" +&resultType=Files&sortBy=eff_date&listButton=Search"
58
58
59
59
60
- CONTAINER_SCRIPT_VERSION=1.2.1
60
+ CONTAINER_SCRIPT_VERSION=1.4.0
61
61
62
62
if [ " $1 " == " --version" ]; then
63
63
echo $CONTAINER_SCRIPT_VERSION
Original file line number Diff line number Diff line change 2
2
3
3
###########################################################################
4
4
# systemd Service - Start/Stop Script for Domino on Podman #
5
- # Version 3.7.3 09.10 .2023 #
5
+ # Version 1.4.0 20.12 .2023 #
6
6
# #
7
7
# (C) Copyright Daniel Nashed/NashCom 2020-2023 #
8
8
# Feedback domino_unix@nashcom.de #
@@ -29,7 +29,7 @@ PIDFile=/run/domino_container.service.pid
29
29
ExecStart =/opt/nashcom/startscript/domino_container startd
30
30
ExecStop =/opt/nashcom/startscript/domino_container stopd
31
31
Type =forking
32
- LimitNOFILE =65535
32
+ LimitNOFILE =80000
33
33
LimitNPROC =8000
34
34
TasksMax =8000
35
35
Original file line number Diff line number Diff line change 2
2
3
3
# ##########################################################################
4
4
# Docker Entrypoint - Start/Stop Script for Domino on xLinux/zLinux/AIX #
5
- # Version 3.7.3 09.10 .2023 #
5
+ # Version 3.8.0 20.12 .2023 #
6
6
# #
7
7
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
8
8
# Feedback domino_unix@nashcom.de #
Original file line number Diff line number Diff line change 5
5
# ###########################################################################
6
6
7
7
# Domino on Linux installation script
8
- # Version 3.7.3 09.10 .2023
8
+ # Version 3.8.0 20.12 .2023
9
9
10
10
# - Installs required software
11
11
# - Adds notes:notes user and group
Original file line number Diff line number Diff line change 2
2
3
3
# ##########################################################################
4
4
# Install Script - Start/Stop Script for Domino on xLinux/zLinux/AIX #
5
- # Version 3.7.3 09.10 .2023 #
5
+ # Version 3.8.0 20.12 .2023 #
6
6
# #
7
7
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
8
8
# Feedback domino_unix@nashcom.de #
@@ -32,7 +32,7 @@ DOMINO_DOCKER_SCRIPT=entrypoint.sh
32
32
DONT_TOUCH_THIS_NASHCOM_PATH=/opt/nashcom/startscript
33
33
DONT_TOUCH_THIS_STANDARD_USER=notes
34
34
35
- DOMINO_SCRIPT_VERSION=3.7.3
35
+ DOMINO_SCRIPT_VERSION=3.8.0
36
36
37
37
# if you really really need to, change this and all files will be patched
38
38
Original file line number Diff line number Diff line change 1
- https://github.com/nashcom/domino-startscript/releases/download/v3.7 .0/domino-startscript_v3.7 .0.taz
1
+ https://github.com/nashcom/domino-startscript/releases/download/v3.8 .0/domino-startscript_v3.8 .0.taz
Original file line number Diff line number Diff line change 8
8
# You may use and distribute the unmodified version of this script.
9
9
# Use at your own risk. No implied or specific warranties are given.
10
10
# You may change it for your own usage only
11
- # Version 3.7.3 09.10 .2023
11
+ # Version 3.8.0 20.12 .2023
12
12
# ##########################################################################
13
13
# chkconfig: 345 66 19
14
14
# description: HCL Domino Server (notes)
21
21
# Default-Stop: 0 1 2 6
22
22
# Short-Description: HCL Domino Server (notes)
23
23
# Description: HCL Domino Server (notes)
24
- # Start/Stop Script V3.7.3 for Linux & AIX
24
+ # Start/Stop Script V3.8.0 for Linux & AIX
25
25
# 2005-2023 Copyright by Daniel Nashed (domino_unix@nashcom.de)
26
26
# ## END INIT INFO
27
27
Original file line number Diff line number Diff line change 1
1
###########################################################################
2
2
# README - Start/Stop Script for Domino on Linux & AIX #
3
- # Version 3.7.3 09.10 .2023 #
3
+ # Version 3.8.0 20.12 .2023 #
4
4
# #
5
5
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
6
6
# Feedback domino_unix@nashcom.de #
Original file line number Diff line number Diff line change 3
3
4
4
# ##########################################################################
5
5
# Main Script Logic - Start/Stop Script for Domino on xLinux/zLinux/AIX #
6
- # Version 3.7.3 09.10 .2023 #
6
+ # Version 3.8.0 20.12 .2023 #
7
7
# #
8
8
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
9
9
# Feedback domino_unix@nashcom.de #
21
21
# limitations under the License. #
22
22
# ##########################################################################
23
23
24
- DOMINO_SCRIPT_VERSION=3.7.3
24
+ DOMINO_SCRIPT_VERSION=3.8.0
25
25
26
26
VERBOSE_INFO=" yes"
27
27
You can’t perform that action at this time.
0 commit comments