Skip to content
Snippets Groups Projects
Commit 867b2378 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

add restart delay for dmt-procmgt systemd service

parent 50a3fe47
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,12 @@ After=network-online.target
[Service]
ExecStart=/usr/bin/procmgt --file:/home/dmtexec/procmgt/%i --runlist start
# wait extra time because procmgt doesn't always wait for all it's
# children before exiting. We do this as an ExecStopPost so that it
# happens in all cases, not just on auto-restarts.
ExecStopPost=/bin/sleep 10
# Restart=always
# RestartSec=10
[Install]
WantedBy=default.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment