On 12/10/2015 03:20 PM, Reindl Harald wrote: > > Apache: > <IfDefine testserver> > Include "conf/local/testserver.conf" > </IfDefine> > > and now you can use the same systemd-unit on a dozens of machines and > include specific config snippets WITOUT touch the systemd-unit or > *anything* else in the apache configuration
This sounds like you're aching to use something like Ansible or SaltStack. Dozens of machines, that means you're going to be managing dozens of files. Use a proper configuration management system. Also note that with your defines "system", service apache reload stops working. If you wrote those things /properly in the config files/ (like you could do with Ansible or SaltStack), then no-downtime reload becomes possible again. -- Rudd-O http://rudd-o.com/
signature.asc
Description: OpenPGP digital signature
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel