-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b5a2d5
commit 51efdf1
Showing
8 changed files
with
110 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
description "GateKeeper" | ||
author "Daniel Swann <[email protected]>" | ||
version "0.01" | ||
|
||
start on net-device-up | ||
|
||
expect fork | ||
respawn | ||
|
||
exec /home/instrumentation/bin/GateKeeper -c /home/instrumentation/conf/GateKeeper.conf | ||
|
||
pre-stop script | ||
/usr/bin/mosquitto_pub -t nh/GK/rx -m TERMINATE | ||
end script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
description "USB / MQTT general I/O interface" | ||
author "Daniel Swann <[email protected]>" | ||
version "0.01" | ||
|
||
#start on net-device-up | ||
|
||
expect fork | ||
respawn | ||
|
||
exec /home/instrumentation/bin/nh-gk-if -c /home/instrumentation/conf/nh-gk-if.conf | ||
|
||
#script | ||
# /bin/sleep 3 | ||
# exec /home/instrumentation/bin/nh-gk-if -c /home/instrumentation/conf/nh-gk-if.conf | ||
#end script | ||
|
||
pre-stop script | ||
/usr/bin/mosquitto_pub -t holly/nh1/rx -m TERMINATE | ||
end script | ||
|
||
kill timeout 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
description "nh-holly IRC bot" | ||
author "Daniel Swann <[email protected]>" | ||
version "0.1" | ||
|
||
start on net-device-up | ||
|
||
expect fork | ||
respawn | ||
|
||
|
||
exec /home/instrumentation/bin/nh-irc -c /home/instrumentation/conf/nh-irc.conf | ||
|
||
|
||
pre-stop script | ||
/usr/bin/mosquitto_pub -t holly/irc/rx -m TERMINATE | ||
end script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
description "nh-holly IRC bot" | ||
author "Daniel Swann <[email protected]>" | ||
version "0.1" | ||
|
||
start on net-device-up | ||
|
||
expect fork | ||
respawn | ||
|
||
|
||
exec /home/instrumentation/bin/nh-irc-misc -c /home/instrumentation/conf/nh-irc-misc.conf | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
description "nh-holly IRC bot" | ||
author "Daniel Swann <[email protected]>" | ||
version "0.1" | ||
|
||
start on net-device-up | ||
|
||
expect fork | ||
respawn | ||
|
||
|
||
exec /home/instrumentation/bin/nh-irccat -c /home/instrumentation/conf/nh-irccat.conf | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
description "nh-matirx board interface" | ||
author "Daniel Swann <[email protected]>" | ||
version "0.1" | ||
|
||
start on net-device-up | ||
|
||
expect fork | ||
respawn | ||
|
||
|
||
exec /home/instrumentation/bin/nh-matrix -c /home/instrumentation/conf/nh-matrix.conf | ||
|
||
|
||
pre-stop script | ||
/usr/bin/mosquitto_pub -t nh/mb/rx -m TERMINATE | ||
end script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
description "nh-temperature monitor" | ||
author "Daniel Swann <[email protected]>" | ||
version "0.1" | ||
|
||
start on net-device-up | ||
|
||
expect fork | ||
respawn | ||
|
||
|
||
exec /home/instrumentation/bin/nh-temperature -c /home/instrumentation/conf/nh-temperature.conf | ||
|
||
|
||
pre-stop script | ||
/usr/bin/mosquitto_pub -t nh/temp/rx -m TERMINATE | ||
end script |