14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
[Unit]
|
|
Description=Prometheus TSDB prune service
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=prometheus
|
|
Group=prometheus
|
|
EnvironmentFile=<%= @ps_env_file %>
|
|
ExecStart=<%= @ps_pruning_file %>
|
|
Nice=10
|
|
IOWeight=80
|