From 99a75a85eb6c9770319eeb69801907594dea1f45 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 6 Sep 2016 22:16:41 +0200 Subject: [PATCH] lol systemd --- config/systemd/user/default.target.wants/mpd.service | 1 - .../systemd/user/default.target.wants/urxvtd.service | 1 - config/systemd/user/mbsync.service | 7 ------- config/systemd/user/mbsync.timer | 10 ---------- config/systemd/user/urxvtd.service | 8 -------- 5 files changed, 27 deletions(-) delete mode 120000 config/systemd/user/default.target.wants/mpd.service delete mode 120000 config/systemd/user/default.target.wants/urxvtd.service delete mode 100644 config/systemd/user/mbsync.service delete mode 100644 config/systemd/user/mbsync.timer delete mode 100644 config/systemd/user/urxvtd.service diff --git a/config/systemd/user/default.target.wants/mpd.service b/config/systemd/user/default.target.wants/mpd.service deleted file mode 120000 index 0524f66..0000000 --- a/config/systemd/user/default.target.wants/mpd.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/mpd.service \ No newline at end of file diff --git a/config/systemd/user/default.target.wants/urxvtd.service b/config/systemd/user/default.target.wants/urxvtd.service deleted file mode 120000 index 9a45787..0000000 --- a/config/systemd/user/default.target.wants/urxvtd.service +++ /dev/null @@ -1 +0,0 @@ -/home/felix/.config/systemd/user/urxvtd.service \ No newline at end of file diff --git a/config/systemd/user/mbsync.service b/config/systemd/user/mbsync.service deleted file mode 100644 index 6211309..0000000 --- a/config/systemd/user/mbsync.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=iSYnc IMAP Synchronizer - -[Service] -Type=oneshot -ExecStart=/usr/bin/mbsync -a - diff --git a/config/systemd/user/mbsync.timer b/config/systemd/user/mbsync.timer deleted file mode 100644 index 2bf42bd..0000000 --- a/config/systemd/user/mbsync.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Run iSync every 5 minutes - -[Timer] -OnBootSec=10 -OnUnitActiveSec=5min - -[Install] -WantedBy=default.target - diff --git a/config/systemd/user/urxvtd.service b/config/systemd/user/urxvtd.service deleted file mode 100644 index ad700a8..0000000 --- a/config/systemd/user/urxvtd.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Rxvt Unicode Daemon - -[Service] -ExecStart=/usr/bin/urxvtd - -[Install] -WantedBy=default.target