forked from OctoPrint/CustoPiZer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove watchdog; -b for only the current boot
- Loading branch information
1 parent
4e025d2
commit 5e3c604
Showing
3 changed files
with
26 additions
and
27 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ sudo systemctl enable [email protected] | |
# systemd: add long running pioreactor jobs | ||
sudo cp /files/system/systemd/[email protected] $SYSTEMD_DIR | ||
sudo systemctl enable [email protected] | ||
sudo systemctl enable [email protected] # this is leader-only, and will just no-op for workers | ||
# sudo systemctl enable [email protected] # this is leader-only, and will just no-op for workers | ||
sudo systemctl enable pioreactor_startup_run@mqtt_to_db_streaming.service # this is leader-only, and will just no-op for workers | ||
|
||
# systemd: remove wifi powersave - helps with mdns discovery | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
*/5 * * * * (head -n 9 /boot/firmware/network_info.txt && journalctl -u NetworkManager --no-pager) > /tmp/network_info.txt && cp /tmp/network_info.txt /boot/firmware/network_info.txt | ||
*/5 * * * * (head -n 9 /boot/firmware/network_info.txt && journalctl -u NetworkManager --no-pager -b) > /tmp/network_info.txt && cp /tmp/network_info.txt /boot/firmware/network_info.txt |