Mercurial > feed-push
view examples/sendmail.conf @ 27:75563016f269 draft
add systemd .service unit
Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author | Changaco <changaco ατ changaco δοτ net> |
---|---|
date | Sat, 04 Aug 2012 18:33:17 +0200 |
parents | a68d7feeba88 |
children |
line wrap: on
line source
% cat >in % echo 'Subject: [{feed.title}] {entry.title}' >h; echo >>h % cat h in | sendmail postmaster@localhost; r=$? % rm h in % exit $r *.atom