forked from pool/fetchmail
992c58140e
- Add systemd support for openSUSE >= 12.3 OBS-URL: https://build.opensuse.org/request/show/204925 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=52
12 lines
205 B
Desktop File
12 lines
205 B
Desktop File
[Unit]
|
|
Description=A remote-mail retrieval utility
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=fetchmail
|
|
ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|