Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
17 lines
427 B
Desktop File
17 lines
427 B
Desktop File
[Unit]
|
|
Description=Postfix Mail Transport Agent
|
|
After=syslog.target network.target
|
|
Conflicts=sendmail.service exim.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid
|
|
ExecStartPre=-@SBINDIR@/check_hostname.sh
|
|
ExecStartPre=-@LIBEXECDIR@/postfix/aliasesdb
|
|
ExecStart=@SBINDIR@/postfix start
|
|
ExecReload=@SBINDIR@/postfix reload
|
|
ExecStop=@SBINDIR@/postfix stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|