Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Summary of release changes for Version 2.

CentOS-7 7.5.1804 x86_64, Apache 2.4, PHP-CGI 5.4 (FastCGI), PHP memcached 2.2, Zend Opcache 7.0.

### 2.2.0 - Unreleased

- Updates description in centos-ssh-apache-php-fcgi.register@.service.

### 2.1.0 - 2019-04-14

- Updates `elinks` package to elinks-0.12-0.37.pre6.el7.0.1.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
#
# To uninstall:
# sudo systemctl disable -f {service-unit-instance-name}
# sudo systemctl daemon-reload
# sudo rm /etc/systemd/system/{service-unit-template-name}
# sudo systemctl daemon-reload
# ------------------------------------------------------------------------------

[Unit]
Description=centos-apache-php-fcgi etcd registration // %p@%i
Description=centos-ssh-apache-php-fcgi etcd registration // %p@%i
After=etcd.service
After=etcd2.service
After={{SERVICE_UNIT_NAME}}@%i.service
Expand Down