aboutsummaryrefslogtreecommitdiffstats
path: root/services/.config/systemd/user/clipboard.service
diff options
context:
space:
mode:
Diffstat (limited to 'services/.config/systemd/user/clipboard.service')
-rw-r--r--services/.config/systemd/user/clipboard.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/services/.config/systemd/user/clipboard.service b/services/.config/systemd/user/clipboard.service
new file mode 100644
index 0000000..b34df49
--- /dev/null
+++ b/services/.config/systemd/user/clipboard.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Clipboard management through Syncthing.
+
+[Service]
+Type=simple
+ExecStart=/home/ymherklotz/.local/bin/clipboard.sh
+
+[Install]
+WantedBy=default.target