Skip to content

Commit

Permalink
Use --no-daemon mode with insync
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed May 5, 2016
1 parent 33b4c3b commit 08e6d1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## HEAD

- Use `--no-daemon` mode for insync.

## 2.0.0

- Remove dbus units: D-Bus 266 now launches user buses.
Expand Down
5 changes: 1 addition & 4 deletions user/insync.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ After=window-manager.target
After=xresources.service

[Service]
Type=oneshot
ExecStart=/usr/bin/insync start
ExecStop=/usr/bin/insync quit
RemainAfterExit=yes
ExecStart=/usr/bin/insync start --no-daemon

[Install]
WantedBy=window-manager.target

0 comments on commit 08e6d1c

Please sign in to comment.