Inital commit

This commit is contained in:
2021-12-11 18:47:29 +01:00
commit abbd005e8a
10 changed files with 331 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/sbin/openrc-run
PingerName=<NAME>
name=$RC_SVCNAME
description="Smartpinger ${PingerName}"
supervisor="supervise-daemon"
command="/opt/Pinger/bin/SmartPing.sh"
command_args="${PingerName}"
command_user="root"
depend() {
after net bluetooth
}