Skip to content

Commit 431e09e

Browse files
author
Julien Pivotto
committed
Fix alternate test
Signed-off-by: Julien Pivotto <[email protected]>
1 parent dc03628 commit 431e09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cortex.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ User={{ cortex_system_user }}
1212
Group={{ cortex_system_group }}
1313
ExecReload=/bin/kill -HUP $MAINPID
1414
ExecStart={{ _cortex_binary_install_dir }}/cortex-linux-amd64 -config.file={{ cortex_config_dir }}/cortex.yml
15-
WorkingDirectory=/var/lib/cortex
15+
WorkingDirectory={{ cortex_db_dir }}
1616
SyslogIdentifier={{ cortex_system_user }}
1717
Restart=always
1818
RestartSec=5

0 commit comments

Comments
 (0)