forked from pool/fetchmail
06b06198ff
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
13 lines
233 B
Desktop File
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
|