forked from pool/fetchmail
4c151a5555
- De-hardcode /usr/lib path for launch executable (bsc#1174075) - Spec file cleanups OBS-URL: https://build.opensuse.org/request/show/830264 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=98
13 lines
237 B
Desktop File
13 lines
237 B
Desktop File
[Unit]
|
|
Description=A remote-mail retrieval utility
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/fetchmail
|
|
User=fetchmail
|
|
ExecStart=@LIBEXECDIR@/fetchmail-systemd-exec
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|