Skip to content

Commit 08e6d1c

Browse files
committed
Use --no-daemon mode with insync
1 parent 33b4c3b commit 08e6d1c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## HEAD
4+
5+
- Use `--no-daemon` mode for insync.
6+
37
## 2.0.0
48

59
- Remove dbus units: D-Bus 266 now launches user buses.

user/insync.service

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ After=window-manager.target
66
After=xresources.service
77

88
[Service]
9-
Type=oneshot
10-
ExecStart=/usr/bin/insync start
11-
ExecStop=/usr/bin/insync quit
12-
RemainAfterExit=yes
9+
ExecStart=/usr/bin/insync start --no-daemon
1310

1411
[Install]
1512
WantedBy=window-manager.target

0 commit comments

Comments
 (0)