summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-04-07 10:07:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-04-07 10:07:54 -0700
commit0c9f44f0962bd0a94479360035591097b9807b98 (patch)
treee7bb16feda5972e1b935b4a28d912e6e9426f7fe /archive
parent95df33be09ad2565804a67368ef18e3b4ebc95b0 (diff)
downloaddotfiles-0c9f44f0962bd0a94479360035591097b9807b98.tar.gz
movemail->movemymail to avoid clash with mailutils' movemail
Diffstat (limited to 'archive')
-rw-r--r--archive/.config/user/movemail.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/.config/user/movemail.service b/archive/.config/user/movemail.service
index 182f048a..4e5b6fe2 100644
--- a/archive/.config/user/movemail.service
+++ b/archive/.config/user/movemail.service
@@ -2,7 +2,7 @@
Description=Send and receive mail when the network comes up
[Service]
-ExecStart=/home/spwhitton/bin/movemail
+ExecStart=/home/spwhitton/bin/movemymail
# TODO what does systemd do if this exits non-zero? hopefully just
# tries again next time but might need to instruct it to do that