aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 11:54:52 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 11:54:52 +0100
commit2c6f076bd2af8c1692f00f481592255aaa7c7513 (patch)
tree6ab74e4b6f84faf0bfd2313b9eb4a2678fdc850a /.config
parent402e9f503886af7caba3e0ddb1820c3f4e64b411 (diff)
Add nextcloud appication
Diffstat (limited to '.config')
-rw-r--r--.config/systemd/user/dapp-fg-nextcloud.service10
1 files changed, 10 insertions, 0 deletions
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