go to post Kalevi Nummelin · Aug 22 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 PlatformAfter=network.target [Service]Type=forkingUser=cacheusrExecStart=/usr/bin/ccontrol start <instance_name>ExecStop=/usr/bin/ccontrol stop <instance_name> quietlyRestart=on-failureRemainAfterExit=yes [Install]WantedBy=multi-user.target
go to post Kalevi Nummelin · Jul 20, 2021 Looks a bit baffling at first, but what a beauty in that expression!