aboutsummaryrefslogtreecommitdiffstats
path: root/services
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
parent47a594d626b2c3aaeb57b98dcc2ebf4da5d3924a (diff)
downloaddotfiles-877f25d80c30e03197df8ae24f20207a01bcf0de.tar.gz
dotfiles-877f25d80c30e03197df8ae24f20207a01bcf0de.zip
Update configuration using msmtp
Diffstat (limited to 'services')
-rw-r--r--services/clipboard.service9
-rw-r--r--services/mailnotify.service2
-rw-r--r--services/mbsync.service2
3 files changed, 11 insertions, 2 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
diff --git a/services/mailnotify.service b/services/mailnotify.service
index 8e11656..cf0b39f 100644
--- a/services/mailnotify.service
+++ b/services/mailnotify.service
@@ -3,7 +3,7 @@ Description=Mailbox notification service
[Service]
Type=simple
-ExecStart=/home/yannherklotz/.local/bin/mailnotify.sh
+ExecStart=/home/ymherklotz/.local/bin/mailnotify.sh
[Install]
WantedBy=default.target
diff --git a/services/mbsync.service b/services/mbsync.service
index 54d073f..c5047ec 100644
--- a/services/mbsync.service
+++ b/services/mbsync.service
@@ -4,4 +4,4 @@ After=network.target network-online.target dbus.socket
[Service]
Type=oneshot
-ExecStart=/usr/bin/mbsync -Va && notmuch new && afew --tag --new
+ExecStart=/home/ymherklotz/.local/bin/mail.sh