Create entrypoint.sh.

This commit is contained in:
Christian Steinle
2022-07-11 08:09:50 +02:00
parent 925f433dd5
commit 3a5b050f01
2 changed files with 8 additions and 2 deletions

5
entrypoint.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
/sbin/apcupsd -b &
/sbin/apcupsd_exporter -apcupsd.addr localhost:3551 &