From 0869a632da5a1201fd1c6df219be5c8b84494368 Mon Sep 17 00:00:00 2001 From: Andy Witter <awitter@georgialibraries.org> Date: Tue, 8 Jan 2019 11:31:49 -0500 Subject: [PATCH] Remove extraneous characters from apache2.service --- templates/systemd/apache2.service | 64 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/templates/systemd/apache2.service b/templates/systemd/apache2.service index 9388b26..ce8a266 100644 --- a/templates/systemd/apache2.service +++ b/templates/systemd/apache2.service @@ -1,33 +1,33 @@ -#generated by systemd-sysv-generator, modified by pines-admins | -#Added PartOf=opensrf.service in the [Unit] section | -#Added WantedBy=multi-user.target in the [Install] section | - | -[Unit] | -Documentation=man:systemd-sysv-generator(8) | -SourcePath=/etc/init.d/apache2 | -Description=LSB: Apache2 web server | -Before=multi-user.target | -Before=graphical.target | -Before=shutdown.target | -After=local-fs.target | -After=remote-fs.target | -After=network-online.target | -After=systemd-journald-dev-log.socket | -After=nss-lookup.target | -Wants=network-online.target | -Conflicts=shutdown.target | -PartOf=opensrf.service | -[Service] | -Type=forking | -Restart=no | -TimeoutSec=5min | -IgnoreSIGPIPE=no | -KillMode=process | -GuessMainPID=no | -RemainAfterExit=yes | -ExecStart=/etc/init.d/apache2 start | -ExecStop=/etc/init.d/apache2 stop | -ExecReload=/etc/init.d/apache2 reload | - | -[Install] | +#generated by systemd-sysv-generator, modified by pines-admins +#Added PartOf=opensrf.service in the [Unit] section +#Added WantedBy=multi-user.target in the [Install] section + +[Unit] +Documentation=man:systemd-sysv-generator(8) +SourcePath=/etc/init.d/apache2 +Description=LSB: Apache2 web server +Before=multi-user.target +Before=graphical.target +Before=shutdown.target +After=local-fs.target +After=remote-fs.target +After=network-online.target +After=systemd-journald-dev-log.socket +After=nss-lookup.target +Wants=network-online.target +Conflicts=shutdown.target +PartOf=opensrf.service +[Service] +Type=forking +Restart=no +TimeoutSec=5min +IgnoreSIGPIPE=no +KillMode=process +GuessMainPID=no +RemainAfterExit=yes +ExecStart=/etc/init.d/apache2 start +ExecStop=/etc/init.d/apache2 stop +ExecReload=/etc/init.d/apache2 reload + +[Install] WantedBy=multi-user.target -- 2.11.0