/etc/autosuspend.conf is in autosuspend 1.0.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | [general]
interval = 30
idle_time = 900
suspend_cmd = /usr/bin/systemctl suspend
[check.Ping]
enabled = false
hosts = 192.168.0.7
[check.RemoteUsers]
class = Users
enabled = true
name = .*
terminal = .*
host = [0-9].*
[check.LocalUsers]
class = Users
enabled = false
name = .*
terminal = .*
host = localhost
[check.Smb]
enabled = false
[check.Nfs]
enabled = false
[check.Processes]
enabled = true
processes = rsync,rdiff-backup
[check.Mpd]
enabled = true
timeout = 2
[check.Kodi]
enabled = true
timeout = 2
[check.ActiveConnection]
enabled = true
ports = 22,445,139
[check.Load]
enabled = true
threshold = 2.5
[check.XIdleTime]
enabled = true
timeout = 360
[check.Tvheadend]
class = XPath
enabled = false
url = http://localhost:9981/status.xml
xpath = /currentload/subscriptions[number(.) > 0] | /currentload/recordings/recording
|