pages:howtos:systemd:nextcloud-desktop
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:systemd:nextcloud-desktop [2021/10/07 16:49] – mischerh | pages:howtos:systemd:nextcloud-desktop [2021/12/09 23:34] (current) – rokkitlawnchair | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag>opensuse | + | {{tag> |
====== Nextcloud Desktop as a user service with systemd ====== | ====== Nextcloud Desktop as a user service with systemd ====== | ||
* https:// | * https:// | ||
Line 16: | Line 16: | ||
My approach will start and manage the Nextcloud Desktop Client as a systemd user service as soon as a network connection becomes ready. | My approach will start and manage the Nextcloud Desktop Client as a systemd user service as soon as a network connection becomes ready. | ||
+ | |||
+ | <WRAP center round important 60%> | ||
+ | This is working on openSUSE Tumbleweed with KDE as of 2021/10/13. On other operating systems your mileage may vary. | ||
+ | </ | ||
+ | |||
===== KDE Session Management, Autostart ===== | ===== KDE Session Management, Autostart ===== | ||
Line 42: | Line 47: | ||
Description=Nextcloud Desktop Client | Description=Nextcloud Desktop Client | ||
After=network-online.target | After=network-online.target | ||
- | Wants=network-online.target | + | Wants=network-online.target |
[Service] | [Service] | ||
+ | Type=simple | ||
+ | StandardOutput=journal | ||
ExecStart=/ | ExecStart=/ | ||
Restart=on-failure | Restart=on-failure | ||
Line 51: | Line 58: | ||
[Install] | [Install] | ||
- | WantedBy=multi-user.target | + | WantedBy=default.target |
</ | </ | ||
Line 69: | Line 77: | ||
</ | </ | ||
+ | ---- | ||
+ | ~~DISCUSSION~~ |
pages/howtos/systemd/nextcloud-desktop.1633625371.txt.gz · Last modified: 2021/10/07 16:49 by mischerh