updated naming

This commit is contained in:
root
2024-07-22 13:51:59 -04:00
parent f3e42189f2
commit d47f8f5152
3 changed files with 8 additions and 8 deletions

10
ups-exporter.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=Export UPS metrics to webpage for scraping
After=network.target
[Service]
ExecStart=/root/.bun/bin/bun /usr/local/bin/ups-exporter.js
Restart=always
[Install]
WantedBy=multi-user.target