Run multiple instances of the same systemd unit
I needed to start multiple instances of a single unit automatically with systemd. Instead of copying the same unit file multiple times, we can solve this with a single systemd template file.
Steven Rombauts
Web developer, DevOps practitioner and Open Source enthusiast.
I needed to start multiple instances of a single unit automatically with systemd. Instead of copying the same unit file multiple times, we can solve this with a single systemd template file.