We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc03628 commit 431e09eCopy full SHA for 431e09e
templates/cortex.service.j2
@@ -12,7 +12,7 @@ User={{ cortex_system_user }}
12
Group={{ cortex_system_group }}
13
ExecReload=/bin/kill -HUP $MAINPID
14
ExecStart={{ _cortex_binary_install_dir }}/cortex-linux-amd64 -config.file={{ cortex_config_dir }}/cortex.yml
15
-WorkingDirectory=/var/lib/cortex
+WorkingDirectory={{ cortex_db_dir }}
16
SyslogIdentifier={{ cortex_system_user }}
17
Restart=always
18
RestartSec=5
0 commit comments