13 lines
224 B
Desktop File
13 lines
224 B
Desktop File
[Unit]
|
|
Description=postfix
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/host/bin/postfix start
|
|
ExecStop=/usr/host/bin/postfix stop
|
|
ExecReload=/usr/host/bin/postfix reload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|