Magellan Linux

Annotation of /trunk/apache2/apache2.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1930 - (hide annotations) (download)
Wed Oct 31 11:34:32 2012 UTC (11 years, 6 months ago) by niro
File size: 365 byte(s)
-systemd unit and other support files
1 niro 1930 [Unit]
2     Description=The Apache2 HTTP Server
3     After=network.target remote-fs.target nss-lockup.target
4    
5     [Service]
6     Type=notify
7     EnvironmentFile=/etc/conf.d/apache2
8     ExecStart=/usr/sbin/apache2 $OPTIONS -DFOREGROUND
9     ExecReload=/usr/sbin/apache2 $OPTIONS -k graceful
10     ExecStop=/usr/sbin/apache2 $OPTIONS -k graceful-stop
11     PrivateTmp=true
12    
13     [Install]
14     WantedBy=multi-user.target