22 lines
608 B
Desktop File
22 lines
608 B
Desktop File
[Unit]
|
|
Description=The Koozali SME Server FreePBX web service
|
|
After=network.service remote-fs.target
|
|
Documentation=man:httpd(8)
|
|
Documentation=man:apachectl(8)
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=/etc/sysconfig/httpd
|
|
ExecStartPre=/sbin/e-smith/service-status httpd-fpbx
|
|
ExecStartPre=/sbin/e-smith/expand-template /etc/httpd/fpbx-conf/httpd.conf
|
|
ExecStart=/usr/sbin/httpd -f /etc/httpd/fpbx-conf/httpd.conf -DFOREGROUND
|
|
ExecReload=/usr/sbin/httpd -f /etc/httpd/fpbx-conf/httpd.conf -k graceful
|
|
ExecStop=/bin/kill -WINCH ${MAINPID}
|
|
KillSignal=SIGCONT
|
|
PrivateTmp=true
|
|
|
|
|
|
[Install]
|
|
WantedBy=sme-server.target
|
|
|