removed old systemd apache2.service
authorAndy Witter <awitter@georgialibraries.org>
Fri, 13 Dec 2019 12:53:41 +0000 (07:53 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Fri, 13 Dec 2019 12:53:41 +0000 (07:53 -0500)
templates/systemd/apache2.service [deleted file]

diff --git a/templates/systemd/apache2.service b/templates/systemd/apache2.service
deleted file mode 100644 (file)
index ce8a266..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#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