Skip to content

Commit

Permalink
userli-collector.service.j2: drop superfluous 'Install' section
Browse files Browse the repository at this point in the history
This service is triggered via an associated timer unit, thus it doesn't
require an 'Install' section.
  • Loading branch information
nevart committed Apr 9, 2024
1 parent 6e006c9 commit b65ecbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/userli-collector.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ DefaultDependencies=no
Type=oneshot
ExecStart=/bin/bash -c 'php {{ userli_symfony_path }}/bin/console app:metrics | sponge {{ userli_prometheus_textfile_collector_path }}/userli.prom'
SyslogIdentifier=userli-textfile-collector

[Install]
WantedBy=multi-user.target

0 comments on commit b65ecbe

Please sign in to comment.