diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:55:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:55:23 +0000 |
commit | deafdf7f23ab64cbfe6aca00be928fb7f9c3f487 (patch) | |
tree | e5c722dd6e4e36ac78a2a7af2f8a4d19b65559ab /fetchmail.service | |
parent | 3142d125daaef742c903760cb9b96a6c63dfe2eb (diff) |
automatic import of fetchmailopeneuler24.03_LTS
Diffstat (limited to 'fetchmail.service')
-rw-r--r-- | fetchmail.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fetchmail.service b/fetchmail.service new file mode 100644 index 0000000..f59312c --- /dev/null +++ b/fetchmail.service @@ -0,0 +1,11 @@ +[Unit] +Description=A remote-mail retrieval utility +After=local-fs.target network.target + +[Service] +User=mail +ExecStart=/usr/bin/fetchmail -d 300 --fetchmailrc /etc/fetchmailrc.example +RestartSec=1 + +[Install] +WantedBy=multi-user.target |