We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b4c3b commit 08e6d1cCopy full SHA for 08e6d1c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## HEAD
4
+
5
+- Use `--no-daemon` mode for insync.
6
7
## 2.0.0
8
9
- Remove dbus units: D-Bus 266 now launches user buses.
user/insync.service
@@ -6,10 +6,7 @@ After=window-manager.target
After=xresources.service
[Service]
-Type=oneshot
10
-ExecStart=/usr/bin/insync start
11
-ExecStop=/usr/bin/insync quit
12
-RemainAfterExit=yes
+ExecStart=/usr/bin/insync start --no-daemon
13
14
[Install]
15
WantedBy=window-manager.target
0 commit comments