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