And to specify, the Cache software is on a Red Hat 8 server.
- Log in to post comments
And to specify, the Cache software is on a Red Hat 8 server.
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
Looks a bit baffling at first, but what a beauty in that expression!