diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-29 01:23:20 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-29 01:23:20 -0400 |
commit | 25869427afed90745b6b65cc6072c24caa2d8373 (patch) | |
tree | c0759702901f0cb74c7948bfe254283c368594fe /notmuch/.config/systemd | |
parent | 590276739114ee21891a9aab06a05938d80db544 (diff) | |
download | configs-25869427afed90745b6b65cc6072c24caa2d8373.tar.gz configs-25869427afed90745b6b65cc6072c24caa2d8373.tar.xz configs-25869427afed90745b6b65cc6072c24caa2d8373.zip |
[rc/{notmuch,offlineimap}] migrate to new literate setup
Diffstat (limited to 'notmuch/.config/systemd')
-rw-r--r-- | notmuch/.config/systemd/user/notmuch.service | 8 | ||||
-rw-r--r-- | notmuch/.config/systemd/user/notmuch.timer | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/notmuch/.config/systemd/user/notmuch.service b/notmuch/.config/systemd/user/notmuch.service deleted file mode 100644 index bcff3a7..0000000 --- a/notmuch/.config/systemd/user/notmuch.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=notmuch service - -[Service] -Type=oneshot -ExecStart=/usr/bin/notmuch new -StandardOutput=syslog -StandardError=syslog diff --git a/notmuch/.config/systemd/user/notmuch.timer b/notmuch/.config/systemd/user/notmuch.timer deleted file mode 100644 index dc54f4c..0000000 --- a/notmuch/.config/systemd/user/notmuch.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=notmuch timer - -[Timer] -OnCalendar=*:0/5 -Persistent=true -Unit=notmuch.service - -[Install] -WantedBy=timers.target |