fix variables in README and permissions in systemd
This commit is contained in:
@@ -16,7 +16,7 @@ ExecStart=/usr/bin/alloy run {{ grafana_alloy_config_dir }}/config.alloy \
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
# Security hardening
|
||||
ReadWritePaths={{ grafana_alloy_data_dir }}
|
||||
ReadWritePaths={{ grafana_alloy_data_dir }} {{ grafana_alloy_config_dir }}
|
||||
ProtectSystem=strict
|
||||
NoNewPrivileges=true
|
||||
PrivateTmp=true
|
||||
|
||||
Reference in New Issue
Block a user