sandayle@lemmy.ml to nextcloud@lemmy.ml · 12 days agoNextcloud Client Auto Start Automatically After Exitlemmy.mlimagemessage-square2linkfedilinkarrow-up15arrow-down11file-text
arrow-up14arrow-down1imageNextcloud Client Auto Start Automatically After Exitlemmy.mlsandayle@lemmy.ml to nextcloud@lemmy.ml · 12 days agomessage-square2linkfedilinkfile-text
Every time I close Nextcloud client, it restart itself after a second. Nextcloud Desktop Client Version 3.16.2daily (Arch)
minus-squareMuehe@lemmy.mllinkfedilinkarrow-up2·edit-211 days agoCheck this file: /usr/share/dbus-1/services/com.nextcloudgmbh.Nextcloud.service If it exists, change the last line in it to Exec=/usr/bin/false. See if that fixes the restart issue.
Check this file:
/usr/share/dbus-1/services/com.nextcloudgmbh.Nextcloud.service
If it exists, change the last line in it to
Exec=/usr/bin/false
. See if that fixes the restart issue.