- add module for victorialogs - add hieradata for vl insert/select/storage - manage packages, directories, services, etc - manage exporting metrics Reviewed-on: #374
19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
[Unit]
|
|
Description=VictoriaMetrics vminsert service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=<%= @user %>
|
|
Group=<%= @group %>
|
|
Restart=always
|
|
EnvironmentFile=<%= @vars_file %>
|
|
ExecStart=<%= @exec_path %> $OPTIONS
|
|
|
|
PrivateTmp=yes
|
|
NoNewPrivileges=yes
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|