mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
14 lines
416 B
SYSTEMD
14 lines
416 B
SYSTEMD
[Meta]
|
|
Description=Postfix SMTP Socket
|
|
|
|
[Socket]
|
|
ListenStream=53333
|
|
ListenFIFO=/tmp/systemd-postfix-fifo
|
|
ExecStartPre=/bin/echo "About to create sockets..."
|
|
ExecStartPre=/bin/echo "About to create sockets... 2"
|
|
ExecStartPost=/bin/echo "Created sockets..."
|
|
ExecStopPre=/bin/echo "About to delete sockets..."
|
|
ExecStopPost=/bin/echo "Deleted sockets..."
|
|
ExecStopPost=/bin/echo "Deleted sockets... 2"
|
|
#BindToDevice=eth0
|