a) copiare il systemd_wrapper.sh nella dir
/hybris/hybris/bin/platform/tomcat/bin/ ed assegnare il permesso di
esecuzione
b) copiare i due service in /usr/lib/systemd/system e ricaricare le
units (systemctl daemon-reload)
c) abilitare il hybris-mounts.service con systemctl enable hybris-mounts.service
Category Archives: sysadm
hybris start stop
On RHEL 7
Edit the file /hybris/hybris/bin/platform/tomcat/bin/wrapper.sh
RUN_AS_USER=hybri
then
/hybris/hybris/bin/platform/tomcat/bin/wrapper.sh install
(as root) crontab -e
add the line
@reboot /etc/init.d/hybrisPlatform start
rh autostart at boot
systemctl list-unit-files --type=service
systemctl is-enabled servicename
systemctl [enable|disable] servicename
yum install security updates only
from: https://alvinalexander.com/linux-unix/centos-yum-installing-only-security-updates
yum --security check-update
yum updateinfo summary
yum --security update-minimal
Welcome!!!
Hi guys,
this is my second try in publishing some kind of useful things about operating systems, networking and (why not?) my everyday’s life.
Hope you’ll enjoy!
See ya!