ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/apache2-frontend/frontend.service
Revision: 1.1
Committed: Mon Jun 15 18:16:46 2015 UTC (11 years, 3 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.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 -DSYSTEMD -d /etc/frontend
10     ExecReload=/bin/kill -USR1 $MAINPID
11     KillMode=mixed
12    
13     [Install]
14     WantedBy=multi-user.target
15