SHA256
1
0
forked from pool/fetchmail
fetchmail/fetchmail.service
P. Janouch 06b06198ff - Made /etc/sysconfig/fetchmail work again after a botched systemd
conversion that ignored the file altogether (bsc#905673)
- Removed the FETCHMAIL_USER setting in favor of editing the
  systemd service file (which should be copied to the respective
  location in /etc, and not edited in-place)

OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=65
2016-04-08 12:39:15 +00:00

13 lines
233 B
Desktop File

[Unit]
Description=A remote-mail retrieval utility
After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/fetchmail
User=fetchmail
ExecStart=/usr/lib/fetchmail-systemd-exec
RestartSec=1
[Install]
WantedBy=multi-user.target