From 23ff9f98403dda6ab869f2170bf1b3936adfb9f8 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 3 Aug 2022 20:43:55 +0200 Subject: Remove systemd user units --- .config/systemd/user/mail.service | 9 --------- .config/systemd/user/mail.timer | 9 --------- .config/systemd/user/rss.service | 9 --------- .config/systemd/user/rss.timer | 9 --------- .config/systemd/user/vdirsyncer.service | 9 --------- .config/systemd/user/vdirsyncer.timer | 9 --------- 6 files changed, 54 deletions(-) delete mode 100644 .config/systemd/user/mail.service delete mode 100644 .config/systemd/user/mail.timer delete mode 100644 .config/systemd/user/rss.service delete mode 100644 .config/systemd/user/rss.timer delete mode 100644 .config/systemd/user/vdirsyncer.service delete mode 100644 .config/systemd/user/vdirsyncer.timer diff --git a/.config/systemd/user/mail.service b/.config/systemd/user/mail.service deleted file mode 100644 index 6f79009..0000000 --- a/.config/systemd/user/mail.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Synchronize my mail - -[Service] -Type=oneshot -ExecStart=/usr/bin/offlineimap - -[Install] -WantedBy=multi-user.target diff --git a/.config/systemd/user/mail.timer b/.config/systemd/user/mail.timer deleted file mode 100644 index 12b9288..0000000 --- a/.config/systemd/user/mail.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Synchronize my mail automatically - -[Timer] -OnActiveSec=0 -OnUnitInactiveSec=30 - -[Install] -WantedBy=timers.target diff --git a/.config/systemd/user/rss.service b/.config/systemd/user/rss.service deleted file mode 100644 index 8e93d30..0000000 --- a/.config/systemd/user/rss.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Synchronize my newsboat URL file - -[Service] -Type=oneshot -ExecStart=sh -c "rsync -av cloud:~/.config/newsboat/urls ~/.config/newsboat/urls" - -[Install] -WantedBy=multi-user.target diff --git a/.config/systemd/user/rss.timer b/.config/systemd/user/rss.timer deleted file mode 100644 index c76ab28..0000000 --- a/.config/systemd/user/rss.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Synchronize my newsboat URL file automatically - -[Timer] -OnActiveSec=0 -OnUnitInactiveSec=5 min - -[Install] -WantedBy=timers.target diff --git a/.config/systemd/user/vdirsyncer.service b/.config/systemd/user/vdirsyncer.service deleted file mode 100644 index 2f4fa3d..0000000 --- a/.config/systemd/user/vdirsyncer.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Synchronize my contact and calendar files - -[Service] -Type=oneshot -ExecStart=/usr/bin/vdirsyncer sync - -[Install] -WantedBy=multi-user.target diff --git a/.config/systemd/user/vdirsyncer.timer b/.config/systemd/user/vdirsyncer.timer deleted file mode 100644 index 35e4cec..0000000 --- a/.config/systemd/user/vdirsyncer.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Synchronize my calendar and contact files automatically - -[Timer] -OnActiveSec=0 -OnUnitInactiveSec=60 - -[Install] -WantedBy=timers.target -- cgit v1.2.3-70-g09d2