Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504152 - mail-filter/sqlgrey - add systemd service unit
Summary: mail-filter/sqlgrey - add systemd service unit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2014-03-10 22:44 UTC by Michael Hampicke
Modified: 2014-03-30 13:53 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Hampicke 2014-03-10 22:44:11 UTC
We need a systemd service unit file. I would suggest:

[Unit]
Description=Postfix greylisting policy service
After=network.target

[Service]
Type=forking
ExecStart=/usr/sbin/sqlgrey -d

[Install]
WantedBy=multi-user.target

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2014-03-30 13:53:16 UTC
+*sqlgrey-1.7.6-r1 (30 Mar 2014)
+
+  30 Mar 2014; Pacho Ramos <pacho@gentoo.org> +files/sqlgrey.service,
+  +sqlgrey-1.7.6-r1.ebuild:
+  Add unit file (#504152 by Michael Hampicke)
+