Skip to content

Commit

Permalink
Merge pull request #66 from nemomobile/plu
Browse files Browse the repository at this point in the history
[systemd] Limit dsme restarts to two per 10 mins. JB#18248
  • Loading branch information
Pekka Lundstrom committed Apr 15, 2014
2 parents 366043f + 5b945c5 commit 3629141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm/dsme.service
Expand Up @@ -17,6 +17,9 @@ EnvironmentFile=-/var/lib/environment/dsme/*.conf
ExecStart=/usr/sbin/dsme -p /usr/lib/dsme/libstartup.so --systemd
Restart=always
RestartSec=1
StartLimitInterval=600
StartLimitBurst=2
StartLimitAction=reboot

[Install]
WantedBy=multi-user.target

0 comments on commit 3629141

Please sign in to comment.