↧
Answer by Mark Stosberg for systemd units won't auto-start
First, to handle managing a group of related services, I recommend using target. You can find the details at How to create a virtual systemd service to stop/start several instances together?. The...
View Articlesystemd units won't auto-start
I have a server that I'd like to use to listen to Amazon SQS queues for various tasks. Because the work is parallel, I'd like to have 10 of program "a", 20 of "b", etc. I created a@.service,...
View Article