aboutsummaryrefslogtreecommitdiffstats
path: root/services/clipboard.service
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-11 15:33:19 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-11 15:33:19 +0100
commit877f25d80c30e03197df8ae24f20207a01bcf0de (patch)
tree0c65af5fce1442cbe1d9f7f8ae57d7fb95564997 /services/clipboard.service
parent47a594d626b2c3aaeb57b98dcc2ebf4da5d3924a (diff)
downloaddotfiles-877f25d80c30e03197df8ae24f20207a01bcf0de.tar.gz
dotfiles-877f25d80c30e03197df8ae24f20207a01bcf0de.zip
Update configuration using msmtp
Diffstat (limited to 'services/clipboard.service')
-rw-r--r--services/clipboard.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/services/clipboard.service b/services/clipboard.service
new file mode 100644
index 0000000..b34df49
--- /dev/null
+++ b/services/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