Skip to content

Commit

Permalink
[service] Add OOMScoreAdjust to service file
Browse files Browse the repository at this point in the history
  • Loading branch information
faenil committed Oct 29, 2013
1 parent 5571128 commit e69a87d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/booster-qml.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Type=notify
ExecStart=/usr/libexec/mapplauncherd/booster-qml --systemd
Restart=always
RestartSec=1
OOMScoreAdjust=-250

[Install]
WantedBy=user-session.target
1 change: 1 addition & 0 deletions data/booster-qt4.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Type=notify
ExecStart=/usr/libexec/mapplauncherd/booster-qt4 --systemd
Restart=always
RestartSec=1
OOMScoreAdjust=-250

[Install]
WantedBy=user-session.target
1 change: 1 addition & 0 deletions data/booster-qt5.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Type=notify
ExecStart=/usr/libexec/mapplauncherd/booster-qt5 --systemd --boot-mode
Restart=always
RestartSec=1
OOMScoreAdjust=-250

[Install]
WantedBy=user-session.target
1 change: 1 addition & 0 deletions data/booster-qtquick2.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Type=notify
ExecStart=/usr/libexec/mapplauncherd/booster-qtquick2 --systemd
Restart=always
RestartSec=1
OOMScoreAdjust=-250

[Install]
WantedBy=user-session.target

0 comments on commit e69a87d

Please sign in to comment.