[Unit] Description = Create and enable apache2 site ConditionPathExists = /etc/apache2/sites-available/fossil.conf~template ConditionPathExists = !/etc/apache2/sites-available/fossil-%H.conf [Service] Type = oneshot ExecStart = sh -c '\ sed -e s/%[H]/%H/ \ < /etc/apache2/sites-available/fossil.conf~template \ > /etc/apache2/sites-available/fossil-%H.conf \ ' ExecStart = a2ensite fossil-%H ExecStart = systemctl reload apache2