This guide for CentOS. With small edit you can use in another linux distributive.
Create /etc/init.d/servicedesk and insert code below (change MDIR)
#!/bin/bash
#
# Startup script for the pmagent
#
# chkconfig: 345 99 02
# description: Run the SupportCenter-Plus program
INITLOG_ARGS=""
prog="servicedesk"
progname="ManageEngine ServiceDesk"
RETVAL=0
# Edit the following to indicate the 'bin' directory for your installation
MDIR=/change/me/bin
if [ ! -d "$MDIR" ]
then
echo "Invalid directory $MDIR"
exit 1
fi
start()
{
mv -f /var/log/servicedesk.log /var/log/servicedesk1.log
echo "Starting $progname"
cd $MDIR
nohup sh run.sh >/var/log/servicedesk.log 2>&1 &
RETVAL=$?
echo
[ $RETVAL = 0 ] && touch /var/lock/subsys/servicedesk
}
stop()
{
echo "Stopping $progname"
cd $MDIR
sh shutdown.sh -S >>/var/log/servicedesk.log 2>&1
}
case "$1" in
start)
start
;;
stop)
stop
;;
*)
echo "Usage: $prog {start|stop}"
exit 1
;;
esac
exit $RETVAL
|
After
chmod 755 /etc/init.d/servicedesk touch /var/log/servicedesk.log |
Adding in autorun
chkconfig --add servicedesk |
After that you can use command line
service servicedesk start|stop |
vCenter Converter Standalone 9.0.0 download (далее…)
Service pack for HPE ProLiant Gen10 and 10 Plus (ver 2026.03.00.00) (SPP2026030000.2026_0326.14.iso) Service Pack for…
Service pack for HPE ProLiant Gen10 and 10 Plus (ver 2026.01.00.00) (SPP2026010000.2026_0206.13.iso) Service Pack for…
# add wg interface /interface/wireguard/add listen-port=51820 mtu=1300 # add ip on wg interface /ip/address/add address=10.100.10.1…
VMware remote console (VMRC) 13.0.1 download Last version: VMware Remote Console 13.0.1 | 29 Sept…
Gen10 Service Pack for ProLiant (SPP) Version 2025.01 Service Pack for ProLiant 2025.01 Gen10(P81139_001_gen10spp-2025.01.00.00-SPP2025010000.2025_0119.14.iso 8.22…