diff options
author | xengineering <me@xengineering.eu> | 2022-08-03 20:43:55 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-08-03 20:43:55 +0200 |
commit | 23ff9f98403dda6ab869f2170bf1b3936adfb9f8 (patch) | |
tree | 6d9b4c537cc440ef8b31e6380daaf0f2c959077d | |
parent | d4cf20398ac1fc5ddc6203a2f5b053ceb8a67f4b (diff) | |
download | dotfiles-23ff9f98403dda6ab869f2170bf1b3936adfb9f8.tar dotfiles-23ff9f98403dda6ab869f2170bf1b3936adfb9f8.tar.zst dotfiles-23ff9f98403dda6ab869f2170bf1b3936adfb9f8.zip |
Remove systemd user units
-rw-r--r-- | .config/systemd/user/mail.service | 9 | ||||
-rw-r--r-- | .config/systemd/user/mail.timer | 9 | ||||
-rw-r--r-- | .config/systemd/user/rss.service | 9 | ||||
-rw-r--r-- | .config/systemd/user/rss.timer | 9 | ||||
-rw-r--r-- | .config/systemd/user/vdirsyncer.service | 9 | ||||
-rw-r--r-- | .config/systemd/user/vdirsyncer.timer | 9 |
6 files changed, 0 insertions, 54 deletions
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 |