diff options
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/files/postfix.service')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/files/postfix.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/files/postfix.service b/meta-networking/recipes-daemons/postfix/files/postfix.service index 02ea640b25..3a9a0a1813 100644 --- a/meta-networking/recipes-daemons/postfix/files/postfix.service +++ b/meta-networking/recipes-daemons/postfix/files/postfix.service | |||
@@ -6,6 +6,7 @@ Conflicts=sendmail.service exim.service | |||
6 | [Service] | 6 | [Service] |
7 | Type=forking | 7 | Type=forking |
8 | PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid | 8 | PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid |
9 | ExecStartPre=-@SBINDIR@/check_hostname.sh | ||
9 | ExecStartPre=-@LIBEXECDIR@/aliasesdb | 10 | ExecStartPre=-@LIBEXECDIR@/aliasesdb |
10 | ExecStart=@SBINDIR@/postfix start | 11 | ExecStart=@SBINDIR@/postfix start |
11 | ExecReload=@SBINDIR@/postfix reload | 12 | ExecReload=@SBINDIR@/postfix reload |