Skip to content

Commit

Permalink
Merge pull request #10 from faenil/oom
Browse files Browse the repository at this point in the history
[service] Add -o to invoker exec cmd
  • Loading branch information
VDVsx committed Oct 29, 2013
2 parents dc94d86 + e7f0233 commit 389852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmf/src/tools/systemd/messageserver5.service
Expand Up @@ -6,7 +6,7 @@ After=booster-generic.service
[Service]
Type=simple
ExecStartPre=/usr/bin/qmf-accountscheck
ExecStart=/usr/bin/invoker --type=generic --global-syms /usr/bin/messageserver5
ExecStart=/usr/bin/invoker -o --type=generic --global-syms /usr/bin/messageserver5
Restart=on-failure
RestartSec=1

Expand Down

0 comments on commit 389852a

Please sign in to comment.