Skip to content

Commit 63cad8e

Browse files
committed
Fix start script
1 parent b52641f commit 63cad8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "php-fpm-queue-monitor"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT"
66
description = "A monitor for PHP-FPM listen queue, reporting metrics to AWS CloudWatch"

php-fpm-queue-monitor.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=network.target
55
[Service]
66
Type=simple
77
EnvironmentFile=/etc/php-fpm-queue-monitor.conf
8-
ExecStart=/usr/bin/php-fpm-queue-monitor --interval ${INTERVAL} --namespace ${NAMESPACE} ${EXTRA_ARGS}
8+
ExecStart=/bin/bash -c '/usr/bin/php-fpm-queue-monitor --interval ${INTERVAL} --namespace ${NAMESPACE} ${EXTRA_ARGS}'
99
Restart=always
1010

1111
[Install]

0 commit comments

Comments
 (0)