Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit dc7405b

Browse files
committed
#199: Updates description in systemd register unit file.
1 parent 29285f9 commit dc7405b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CentOS-6 6.10 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP
88

99
### 1.13.0 - Unreleased
1010

11+
- Updates description in `centos-ssh-apache-php-fcgi.register@.service`.
1112
- Adds `.env` files to `.gitignore` for exclusion from version control.
1213
- Removes unused `DOCKER_PORT_MAP_TCP_22` variable from environment includes.
1314

src/etc/systemd/system/centos-ssh-apache-php-fcgi.register@.service

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@
3535
#
3636
# To uninstall:
3737
# sudo systemctl disable -f {service-unit-instance-name}
38+
# sudo systemctl daemon-reload
3839
# sudo rm /etc/systemd/system/{service-unit-template-name}
3940
# sudo systemctl daemon-reload
4041
# ------------------------------------------------------------------------------
4142

4243
[Unit]
43-
Description=centos-apache-php-fcgi etcd registration // %p@%i
44+
Description=centos-ssh-apache-php-fcgi etcd registration // %p@%i
4445
After=etcd.service
4546
After=etcd2.service
4647
After={{SERVICE_UNIT_NAME}}@%i.service

src/etc/systemd/system/centos-ssh-apache-php-fcgi@.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ After=docker.service
5050
Restart=on-failure
5151
RestartSec=30
5252
TimeoutStartSec=1200
53-
Environment="DOCKER_USER=jdeathe"
5453
Environment="DOCKER_CONTAINER_OPTS="
5554
Environment="DOCKER_IMAGE_PACKAGE_PATH=/var/opt/scmi/packages"
5655
Environment="DOCKER_IMAGE_NAME=centos-ssh-apache-php-fcgi"
5756
Environment="DOCKER_IMAGE_TAG={{RELEASE_VERSION}}"
5857
Environment="DOCKER_PORT_MAP_TCP_80=8080"
5958
Environment="DOCKER_PORT_MAP_TCP_443=9443"
6059
Environment="DOCKER_PORT_MAP_TCP_8443=NULL"
60+
Environment="DOCKER_USER=jdeathe"
6161
Environment="APACHE_AUTOSTART_HTTPD_BOOTSTRAP=true"
6262
Environment="APACHE_AUTOSTART_HTTPD_WRAPPER=true"
6363
Environment="APACHE_CONTENT_ROOT=/var/www/app"

0 commit comments

Comments
 (0)