And to specify, the Cache software is on a Red Hat 8 server.
Hello,
As I would need to make a similar service for automatically starting a Cache 2018 instance, would the structure then be like this:
[Unit]
Description=InterSystems Cache Data Platform
After=network.target
[Service]
Type=forking
User=cacheusr
ExecStart=/usr/bin/ccontrol start <instance_name>
ExecStop=/usr/bin/ccontrol stop <instance_name> quietly
Restart=on-failure
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Certifications & Credly badges:
Kalevi has no Certifications & Credly badges yet.
Global Masters badges:
Kalevi has no Global Masters badges yet.
Followers:
Kalevi has no followers yet.
Following:
Kalevi has not followed anybody yet.
And to specify, the Cache software is on a Red Hat 8 server.