summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorFranklin Yu2024-03-17 21:03:06 -0700
committerFranklin Yu2024-03-17 21:03:06 -0700
commit9ee715c34b8ce40eb8245b44980ba57b59f1fd02 (patch)
treeb703b30e540b2d61c530a88a58378fd2a9c790ed /service
parentf19f1564ca68d21d4261bc1ad8a4fc73af790989 (diff)
downloadaur-9ee715c34b8ce40eb8245b44980ba57b59f1fd02.tar.gz
updpkg: cloudprober 0.13.2-1
upstream release Also change the location of logs to the standard path.
Diffstat (limited to 'service')
-rw-r--r--service4
1 files changed, 3 insertions, 1 deletions
diff --git a/service b/service
index 59d6913d8aad..98a3dd0b43d8 100644
--- a/service
+++ b/service
@@ -4,8 +4,10 @@ After = network.target
AssertPathExists = /etc/cloudprober.textproto
[Service]
-ExecStart = /usr/bin/cloudprober --config_file=/etc/cloudprober.textproto
+ExecStart = /usr/bin/cloudprober --config_file=/etc/cloudprober.textproto \
+ --log_dir=/var/log/cloudprober
Restart = always
+LogsDirectory = cloudprober
[Install]
WantedBy = multi-user.target