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