Skip to content

Commit

Permalink
pdistd.service: Increase timeout from 60 to 600
Browse files Browse the repository at this point in the history
root@noname:~/git/mxtools (master)# journalctl -u pdist-async-update.service
-- Logs begin at Sun 2021-04-25 06:01:05 CEST, end at Mon 2023-07-10 09:40:09 CEST. --
Jul 10 09:14:41 noname.molgen.mpg.de systemd[1]: Started /usr/bin/netcat deinemuddah.molgen.mpg.de 237.
Jul 10 09:14:41 noname.molgen.mpg.de netcat[493]: update in progess...
Jul 10 09:15:57 noname.molgen.mpg.de netcat[493]: timeout
Jul 10 09:15:57 noname.molgen.mpg.de netcat[493]: refcnt: fd -1 < 0
  • Loading branch information
donald committed Jul 10, 2023
1 parent f9949de commit 9029a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdist/pdistd@.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CollectMode=inactive-or-failed

[Service]
StandardOutput=socket
ExecStart=bash -c "read ip host <<< $(getent hosts ${REMOTE_ADDR}) ; echo update in progess... ; pdist push $host --timeout 60 --set-pdist-status"
ExecStart=bash -c "read ip host <<< $(getent hosts ${REMOTE_ADDR}) ; echo update in progess... ; pdist push $host --timeout 600 --set-pdist-status"

0 comments on commit 9029a70

Please sign in to comment.