Skip to content

Commit

Permalink
fix: make systemd service more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Sep 13, 2023
1 parent cdc700a commit 5f397d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/usr/lib/systemd/system/ublue-update.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ Description=Universal Blue Update Oneshot Service
[Service]
Restart=on-failure
RestartSec=1h
Type=oneshot
Type=simple
ExecStart=/usr/bin/ublue-update
KillMode=process
TimeoutSec=240

0 comments on commit 5f397d5

Please sign in to comment.