ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/apache2-frontend/frontend.service
Revision: 1.2
Committed: Tue Jun 16 02:40:22 2015 UTC (8 years, 11 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 [Unit]
2 Description=nethype frontend server
3 After=network.target
4
5 [Service]
6 Type=forking
7 LimitSTACK=262144
8 PIDFile=/run/frontend.pid
9 ExecStart=/usr/sbin/apache2 -d /etc/frontend -DSYSTEMD
10 ExecReload=/bin/sh -c "/usr/sbin/apache2 -d /etc/frontend -t && /bin/kill -USR1 $MAINPID"
11 KillMode=mixed
12
13 [Install]
14 WantedBy=multi-user.target
15