author | Alberto Bertogli
<albertito@blitiri.com.ar> 2016-11-21 21:57:40 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2016-11-21 21:57:40 UTC |
parent | f7cdbae8e376ba60c42711a44b8e6af6a71c4d91 |
etc/systemd/system/chasquid.service | +8 | -8 |
diff --git a/etc/systemd/system/chasquid.service b/etc/systemd/system/chasquid.service index 98f6a5b..b44ade2 100644 --- a/etc/systemd/system/chasquid.service +++ b/etc/systemd/system/chasquid.service @@ -1,23 +1,23 @@ [Unit] Description=chasquid mail daemon (service) -Requires = chasquid-smtp.socket chasquid-submission.socket +Requires=chasquid-smtp.socket chasquid-submission.socket [Service] -ExecStart = /usr/local/bin/chasquid \ +ExecStart=/usr/local/bin/chasquid \ # -v=3 \ # --log_dir=/var/log/chasquid/ \ # --alsologtostderr \ -Type = simple -Restart = always +Type=simple +Restart=always -User = mail -Group = mail +User=mail +Group=mail # Simple security measures just in case. -ProtectSystem = full +ProtectSystem=full [Install] -WantedBy = multi-user.target +WantedBy=multi-user.target