# Turn on auto suspend AUTO_SUSPEND='yes' # Suspend method: one of 'suspend', 'hibernate', 'hybrid-sleep', 'poweroff' SUSPEND_METHOD='hibernate' # Turning suspend by day (8 a.m. to 3 a.m.) off DONT_SUSPEND_BY_DAY='no' # Automatically reboot once a week when the system isn't in use REBOOT_ONCE_PER_WEEK='no' # Daemons that always have one process running, only if more that one process is active we prevent the suspend # The values are used with grep, so just a unique portion is sufficient DAEMONS='' # Important applications that shall prevent the suspend # The values are used with grep, so just a unique portion is sufficient APPLICATIONS='^nxagent$ ^rsnapshot$ ^wsus$ ^wget$ ^screen$ ^mlnetp$ ^apt-get$ ^aptitude$ ^dpkg$ ^cp$' # Network IP range for checking any open samba connections # The value is used with grep, so just a unique portion is sufficient SAMBANETWORK='192.168.1' # Names or IP for computers that shall prevent the suspend # We ping these computers in the list to check whether they are active. CLIENTS='' # # Activation of Tvheadend support. If set to 'yes', Tvheadend status will be # used to determine if the machine is active. Default: yes TVHEADEND_ENABLED='yes' # # User for access to the Tvheadend REST API TVHEADEND_USER=hts # # Password for access to the Tvheadend REST API TVHEADEND_PASSWORD=hts # # IP for access to the Tvheadend REST API. Default: Autodetected from hostname TVHEADEND_IP=192.168.178.22 # # TVheadend HTTP port. Default: 9981 TVHEADEND_HTTP_PORT=9981 # # TVheadend HTSP port. Default: 9982 TVHEADEND_HTSP_PORT=9982 # # Boot duration of the machine. Used to wake the machine timely before the next # recording. Default: 180 seconds TVHEADEND_BOOT_DELAY_SECONDS=180 # # Autosuspension will be aborted if a recording is upcoming within the given # duration (unit: minutes). Default: 15 minutes TVHEADEND_IDLE_MINUTES_BEFORE_RECORDING=15 # # Consider over-the-air EPG grabbing as an activity that prevents suspend? # If set to anything other than 'yes', and if the only activity is # over-the-air EPG grabbing, the machine will be suspended. Default: 'yes' TVHEADEND_CONSIDER_EPGGRABBING=yes