Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #29 from nemomobile/systemd
Make sure transfer engine stop if booster goes away.
  • Loading branch information
saukko committed Oct 31, 2014
2 parents 02b6c12 + ba757ff commit 70941a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transferengine.service
@@ -1,10 +1,10 @@
[Unit]
Description=Transfer engine
After=dbus.socket booster-qt5.service
Requires=dbus.socket
Requires=dbus.socket booster-qt5.service

[Service]
ExecStart=/usr/bin/invoker --type=qt5 --global-syms /usr/bin/nemo-transfer-engine
Type=dbus
ExecStart=/usr/bin/invoker --type=qt5 --global-syms /usr/bin/nemo-transfer-engine
BusName=org.nemo.transferengine

0 comments on commit 70941a9

Please sign in to comment.