logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

smtpd.initd (231B)


  1. #!/sbin/openrc-run
  2. # Copyright 1999-2016 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. command="smtpd"
  5. pidfile="/run/smtpd.pid"
  6. description="SMTP daemon from OpenBSD"
  7. depend() {
  8. need net
  9. }