Commit 8c3c14c
Eric Bower
·
2026-09-01 22:33:30 -0400 EDT
parent e4fcb36
chore: remove unused unit files
5 files changed,
+1,
-47
+0,
-14
1@@ -1,14 +0,0 @@
2-{
3- "host": "imap.fastmail.com",
4- "port": 993,
5- "tls": true,
6- "tlsOptions": {
7- "rejectUnauthorized": false
8- },
9- "username": "me@erock.io",
10- "password": "",
11- "passwordCmd": "pass logins/local-mail",
12- "onNewMail": "/home/erock/bin/mailsync",
13- "onNewMailPost": "",
14- "boxes": [ "INBOX" ]
15-}
1@@ -1,13 +0,0 @@
2-[Unit]
3-Description=imap notify service
4-After=network.target
5-StartLimitIntervalSec=0
6-
7-[Service]
8-Type=simple
9-Restart=always
10-RestartSec=5
11-ExecStart=/home/erock/go/bin/goimapnotify -conf /home/erock/.config/imapnotify/fastmail
12-
13-[Install]
14-WantedBy=default.target
1@@ -1,10 +0,0 @@
2-[Unit]
3-Description=sync calendar and contacts
4-After=network.target
5-
6-[Service]
7-Type=oneshot
8-ExecStart=/home/erock/.local/bin/uvx vdirsyncer==0.20.0 -v INFO sync
9-
10-[Install]
11-WantedBy=default.target
1@@ -1,9 +0,0 @@
2-[Unit]
3-Description=sync calendar and contacts on timer
4-
5-[Timer]
6-OnUnitInactiveSec=5min
7-OnBootSec=10s
8-
9-[Install]
10-WantedBy=timers.target
+1,
-1
1@@ -5,7 +5,7 @@ set -euo pipefail
2 # user units -> enabled and started now
3 # ==============================================================================
4 USER_UNITS=(
5- mailsync.timer
6+ # mailsync.timer
7 # imapnotify.service
8 # vdirsyncer.timer
9 )