Skip to content

Commit

Permalink
Added 60s restart delay to the service
Browse files Browse the repository at this point in the history
- This is added to wait out possible momentary network issues after service failure
- Prevents excessive resource consumption in case of persistent errors
  • Loading branch information
RLado committed Nov 6, 2023
1 parent c9092d8 commit b01bcfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/oink_ddns.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ After=multi-user.target
ExecStart=/usr/bin/oink
Type=simple
Restart=on-failure
RestartSec=60

[Install]
WantedBy=multi-user.target

0 comments on commit b01bcfd

Please sign in to comment.