This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
Environment="PIDFILE=/run/pop3d.pid" "LOCKFILE=/run/pop3d.pid.lock" -
EnvironmentFile=/etc/courier/pop3d -
ExecStart=/usr/bin/env - /bin/sh -c " set -a ; . /etc/courier/pop3d ; PROXY_HOSTNAME=$PROXY_HOSTNAME ; /usr/sbin/courierlogger -pid=$PIDFILE -start $LOGGEROPTS /usr/lib/courier-imap/couriertcpd -address=$ADDRESS -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP $TCPDOPTS $PORT /usr/sbin/pop3login /usr/sbin/pop3d $MAILDIRPATH" -
ExecStart=/usr/sbin/pop3d start -
ExecStop=/usr/sbin/courierlogger -pid=$PIDFILE -stop -
ExecStop=/usr/sbin/pop3d stop -
ExecStopPost=/usr/bin/rm $PIDFILE $LOCKFILE -
LimitNOFILE=65536 -
PIDFile=/run/courier/pop3d.pid -
PIDFile=/run/pop3d.pid -
Restart=always -
Type=forking
-
-
[Unit]-
After=courier-authdaemon.service -
After=syslog.target network.target courier-authdaemon.target courier-authdaemon.service -
Description=Courier POP3 -
Description=Courier POP3 Daemon -
Requires=courier-authdaemon.service -
Wants=courier-authdaemon.service
-
Additionnal notes
Nothing here.