aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/himalaya/.config/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'himalaya/.config/systemd')
-rw-r--r--himalaya/.config/systemd/user/himalaya-watch.service12
-rw-r--r--himalaya/.config/systemd/user/himalaya.service11
2 files changed, 0 insertions, 23 deletions
diff --git a/himalaya/.config/systemd/user/himalaya-watch.service b/himalaya/.config/systemd/user/himalaya-watch.service
deleted file mode 100644
index 043d6ac..0000000
--- a/himalaya/.config/systemd/user/himalaya-watch.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Himalaya watcher
-After=network.target gpg-agent.service
-
-[Service]
-ExecStart=himalaya watch
-Environment=RUST_LOG=debug
-Restart=always
-RestartSec=10
-
-[Install]
-WantedBy=default.target
diff --git a/himalaya/.config/systemd/user/himalaya.service b/himalaya/.config/systemd/user/himalaya.service
deleted file mode 100644
index 1f52e83..0000000
--- a/himalaya/.config/systemd/user/himalaya.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Himalaya new messages notifier
-After=network.target gpg-agent.service
-
-[Service]
-ExecStart=himalaya notify
-Restart=always
-RestartSec=10
-
-[Install]
-WantedBy=default.target