From 2c6f076bd2af8c1692f00f481592255aaa7c7513 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 16 Feb 2024 11:54:52 +0100 Subject: Add nextcloud appication --- .config/systemd/user/dapp-fg-nextcloud.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/systemd/user/dapp-fg-nextcloud.service diff --git a/.config/systemd/user/dapp-fg-nextcloud.service b/.config/systemd/user/dapp-fg-nextcloud.service new file mode 100644 index 0000000..1c92d77 --- /dev/null +++ b/.config/systemd/user/dapp-fg-nextcloud.service @@ -0,0 +1,10 @@ +[Unit] +Description=Run the Nextcloud desktop application +PartOf=graphical-session.target + +[Service] +Type=exec +ExecStart=nextcloud + +[Install] +WantedBy=wman.target -- cgit v1.1