diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-08 15:40:25 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-08 16:08:06 +0100 |
commit | 3f307ff3ebb9c90d23995cc4a0260676a95a9f66 (patch) | |
tree | 0d5c170426738969fb921165353f18c780257997 | |
parent | e5c9314c924b67cb065ddfa14469373aa33c119d (diff) |
Use service command to restart
-rw-r--r-- | docs/installing/email.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 07254dea2..59785baec 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -274,7 +274,7 @@ And also edit `/etc/logrotate.d/rsyslog`: As the root user, make all these changes live with the following commands: - /etc/init.d/rsyslog restart + service rsyslog restart newaliases postmap /etc/postfix/transports |