aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-nextcloud.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dapp-fg-nextcloud.service')
-rw-r--r--.config/systemd/user/dapp-fg-nextcloud.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/systemd/user/dapp-fg-nextcloud.service b/.config/systemd/user/dapp-fg-nextcloud.service
index 1c92d77..7f175fd 100644
--- a/.config/systemd/user/dapp-fg-nextcloud.service
+++ b/.config/systemd/user/dapp-fg-nextcloud.service
@@ -1,10 +1,11 @@
[Unit]
Description=Run the Nextcloud desktop application
-PartOf=graphical-session.target
+After=graphical-session.target
+Requires=graphical-session.target
[Service]
Type=exec
ExecStart=nextcloud
[Install]
-WantedBy=wman.target
+WantedBy=graphical-session.target