Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEmacs
languagebash
Match Address 192.168.1.100
        PermitRootLogin yes

SystemD

...

Example service file

...

 

 

Code Block
themeEmacs
languagebash
[Unit]
Description=Hybris Server
After=syslog.target
After=network.target

[Service]
User=hybris
Group=hybris
WorkingDirectory=/home/hybris/hybris/bin/platform
ExecStart=/home/hybris/hybris/bin/platform/hybrisserver.sh start
ExecStop=/home/hybris/hybris/bin/platform/hybrisserver.sh stop
PIDFile=/home/hybris/hybris/bin/platform/tomcat/bin/hybrisPlatform.pid

[Install]
WantedBy=multi-user.target

...