From 0c61c5632c13cb4e4514d56285d996838725c37c Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 7 Jan 2024 11:39:22 -0500 Subject: [PATCH] ENH remove useless service files --- dot_config/systemd/user/autogit.service | 9 --------- .../user/autogit.service.d/autogit.conf.example | 2 -- dot_config/systemd/user/autogit.timer | 9 --------- dot_config/systemd/user/batmon.service | 9 --------- dot_config/systemd/user/batmon.timer | 10 ---------- 5 files changed, 39 deletions(-) delete mode 100644 dot_config/systemd/user/autogit.service delete mode 100644 dot_config/systemd/user/autogit.service.d/autogit.conf.example delete mode 100644 dot_config/systemd/user/autogit.timer delete mode 100644 dot_config/systemd/user/batmon.service delete mode 100644 dot_config/systemd/user/batmon.timer diff --git a/dot_config/systemd/user/autogit.service b/dot_config/systemd/user/autogit.service deleted file mode 100644 index d640305..0000000 --- a/dot_config/systemd/user/autogit.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Sync git repos - -[Service] -Type=oneshot -ExecStart=%h/.bin/autogit "$REPOS" - -[Install] -WantedBy=multi-user.target diff --git a/dot_config/systemd/user/autogit.service.d/autogit.conf.example b/dot_config/systemd/user/autogit.service.d/autogit.conf.example deleted file mode 100644 index d2e9ba9..0000000 --- a/dot_config/systemd/user/autogit.service.d/autogit.conf.example +++ /dev/null @@ -1,2 +0,0 @@ -#[Service] -#Environment="REPOS=\"repo1 repo2\"" diff --git a/dot_config/systemd/user/autogit.timer b/dot_config/systemd/user/autogit.timer deleted file mode 100644 index dc6c44d..0000000 --- a/dot_config/systemd/user/autogit.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Run auto every hour - -[Timer] -Persistent=true -OnCalendar=hourly - -[Install] -WantedBy=timers.target \ No newline at end of file diff --git a/dot_config/systemd/user/batmon.service b/dot_config/systemd/user/batmon.service deleted file mode 100644 index 08d7d18..0000000 --- a/dot_config/systemd/user/batmon.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Batmon service - -[Service] -Type=oneshot -ExecStart=%h/.local/bin/batmon - -[Install] -WantedBy=multi-user.target \ No newline at end of file diff --git a/dot_config/systemd/user/batmon.timer b/dot_config/systemd/user/batmon.timer deleted file mode 100644 index 2b04b62..0000000 --- a/dot_config/systemd/user/batmon.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Run batmon every minute - -[Timer] -OnBootSec=0min -Persistent=true -OnCalendar=*:0/1 - -[Install] -WantedBy=timers.target \ No newline at end of file