Skip to content

Commit 00b4ecc

Browse files
committed
start script version 3.8.0
1 parent 5373cc9 commit 00b4ecc

11 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The script is pre-configured and will work for older versions with init.d and al
5555
- And finally the server is started
5656

5757
```
58-
tar -xzf domino-startscript_v3.7.3.taz
58+
tar -xzf domino-startscript_v3.8.0.taz
5959
cd domino-startscript
6060
./install_script
6161
```

domino.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###########################################################################
44
# 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 #
66
# #
77
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
88
# Feedback domino_unix@nashcom.de #

domino_container

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# dominoctl #
44
# --------- #
55
# Nash!Com Domino Container Management Script #
6-
# Version 1.2.1 01.04.2023 #
6+
# Version 1.4.0 20.12.2023 #
77
# #
88
# (C) Copyright Daniel Nashed/NashCom 2021-2023 #
99
# Feedback domino_unix@nashcom.de #
@@ -57,7 +57,7 @@ DOWNLOAD_LINK_FLEXNET="https://hclsoftware.flexnetoperations.com/flexnet/operati
5757
DOWNLOAD_LINK_FLEXNET_OPTIONS="+&resultType=Files&sortBy=eff_date&listButton=Search"
5858

5959

60-
CONTAINER_SCRIPT_VERSION=1.2.1
60+
CONTAINER_SCRIPT_VERSION=1.4.0
6161

6262
if [ "$1" == "--version" ]; then
6363
echo $CONTAINER_SCRIPT_VERSION

domino_container.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###########################################################################
44
# 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 #
66
# #
77
# (C) Copyright Daniel Nashed/NashCom 2020-2023 #
88
# Feedback domino_unix@nashcom.de #
@@ -29,7 +29,7 @@ PIDFile=/run/domino_container.service.pid
2929
ExecStart=/opt/nashcom/startscript/domino_container startd
3030
ExecStop=/opt/nashcom/startscript/domino_container stopd
3131
Type=forking
32-
LimitNOFILE=65535
32+
LimitNOFILE=80000
3333
LimitNPROC=8000
3434
TasksMax=8000
3535

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###########################################################################
44
# 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 #
66
# #
77
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
88
# Feedback domino_unix@nashcom.de #

install_domino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
############################################################################
66

77
# Domino on Linux installation script
8-
# Version 3.7.3 09.10.2023
8+
# Version 3.8.0 20.12.2023
99

1010
# - Installs required software
1111
# - Adds notes:notes user and group

install_script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###########################################################################
44
# 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 #
66
# #
77
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
88
# Feedback domino_unix@nashcom.de #
@@ -32,7 +32,7 @@ DOMINO_DOCKER_SCRIPT=entrypoint.sh
3232
DONT_TOUCH_THIS_NASHCOM_PATH=/opt/nashcom/startscript
3333
DONT_TOUCH_THIS_STANDARD_USER=notes
3434

35-
DOMINO_SCRIPT_VERSION=3.7.3
35+
DOMINO_SCRIPT_VERSION=3.8.0
3636

3737
# if you really really need to, change this and all files will be patched
3838

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

rc_domino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# You may use and distribute the unmodified version of this script.
99
# Use at your own risk. No implied or specific warranties are given.
1010
# 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
1212
###########################################################################
1313
# chkconfig: 345 66 19
1414
# description: HCL Domino Server (notes)
@@ -21,7 +21,7 @@
2121
# Default-Stop: 0 1 2 6
2222
# Short-Description: HCL Domino Server (notes)
2323
# 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
2525
# 2005-2023 Copyright by Daniel Nashed (domino_unix@nashcom.de)
2626
### END INIT INFO
2727

rc_domino_readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###########################################################################
22
# 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 #
44
# #
55
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
66
# Feedback domino_unix@nashcom.de #

rc_domino_script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
###########################################################################
55
# 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 #
77
# #
88
# (C) Copyright Daniel Nashed/NashCom 2005-2023 #
99
# Feedback domino_unix@nashcom.de #
@@ -21,7 +21,7 @@
2121
# limitations under the License. #
2222
###########################################################################
2323

24-
DOMINO_SCRIPT_VERSION=3.7.3
24+
DOMINO_SCRIPT_VERSION=3.8.0
2525

2626
VERBOSE_INFO="yes"
2727

0 commit comments

Comments
 (0)