install atq and enable cron in inverter container

This commit is contained in:
2017-01-29 19:00:01 +01:00
committed by root
parent 47b35c1097
commit bce647dba8
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
inverter: base php inverter: base php
$(call script,$@) $(call script,$@)
$(call boot,02,$@) $(call boot,02,$@)
$(call runit,cron)

View File

@@ -1,5 +1,5 @@
## Dependencies ## Dependencies
apt_install_permanent libappconfig-perl libdevice-serialport-perl rrdtool apt_install_permanent libappconfig-perl libdevice-serialport-perl rrdtool at
pear install -f System_Daemon pear install -f System_Daemon
## Inverter project ## Inverter project