summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorFranklin Yu2024-03-17 21:37:34 -0700
committerFranklin Yu2024-03-17 21:37:34 -0700
commit0081fd3ea7a19658575c685c2d62b4696a296187 (patch)
tree062c78fb8e0a9fb0265a478328d2b7b12e9316e6 /service
parent9ee715c34b8ce40eb8245b44980ba57b59f1fd02 (diff)
downloadaur-cloudprober.tar.gz
Fix bug: cloudprober now logs to stderr
This is since cloudprober@b3891ed12e638e66670527e36b7f3edf4ef1e8a0.
Diffstat (limited to 'service')
-rw-r--r--service3
1 files changed, 1 insertions, 2 deletions
diff --git a/service b/service
index 98a3dd0b43d8..297c8fa9098d 100644
--- a/service
+++ b/service
@@ -4,8 +4,7 @@ After = network.target
AssertPathExists = /etc/cloudprober.textproto
[Service]
-ExecStart = /usr/bin/cloudprober --config_file=/etc/cloudprober.textproto \
- --log_dir=/var/log/cloudprober
+ExecStart = /usr/bin/cloudprober --config_file=/etc/cloudprober.textproto
Restart = always
LogsDirectory = cloudprober