Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Description=thunderloop service
PartOf=thunderbots.service

# At startup, start this unit after the thunderbots.service start
After=thunderbots.service network.target network-online.target
Wants=network-online.target
After=thunderbots.service network.target
Wants=thunderbots.service

[Service]
ExecStart=/home/robot/thunderbots_binaries/thunderloop_main
Expand All @@ -15,7 +15,8 @@ ExecStart=/home/robot/thunderbots_binaries/thunderloop_main
TimeoutStopSec=15s

# Always restart on crash
Restart=always
Restart=on-failure
RestartSec=0.5

[Install]
# This unit should be run at startup
Expand Down
Loading