Add grow system service

This commit is contained in:
Phil Howard
2020-09-08 16:56:50 +01:00
parent 31bf595853
commit 9492c0baf3
3 changed files with 68 additions and 0 deletions

14
service/README.md Normal file
View File

@@ -0,0 +1,14 @@
# Grow Service
This script will install Grow as a service on your Raspberry Pi, allowing it to run from boot and recover from errors.
# Useful Commands
* View service status: `systemctl status grow-monitor`
* Stop service: `sudo systemctl stop grow-monitor`
* Start service: `sudo systemctl start grow-monitor`
* View full debug/error output: `journalctl --no-pager --unit grow-monitor`
# Configuring Grow
You can configure grow using the on-screen UI, or by editing the settings in `/etc/default/grow`