Browse Source

[conf] systemD TimeoutStopSec => "infinity"

Maxime Alves LIRMM@home 3 years ago
parent
commit
ca270acd67
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/pyheatpump_fetch.service

+ 1
- 1
config/pyheatpump_fetch.service View File

@@ -9,5 +9,5 @@ Environment="LOGLEVEL=INFO"
9 9
 ExecStart=/usr/bin/env pyheatpump fetch -t D -t A -t I
10 10
 ExecStop=/usr/bin/env pyheatpump supervise --since
11 11
 KillMode=mixed
12
-TimeoutStopSec=30
12
+TimeoutStopSec="infinity"
13 13
 PrivateTmp=true

Loading…
Cancel
Save