mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-18 14:47:03 +00:00
systemd: Remove spaces around "="
systemd files should not have spaces around the "=", as apparently that causes problems due to bad parsers.
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=chasquid mail daemon (service)
|
Description=chasquid mail daemon (service)
|
||||||
Requires = chasquid-smtp.socket chasquid-submission.socket
|
Requires=chasquid-smtp.socket chasquid-submission.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart = /usr/local/bin/chasquid \
|
ExecStart=/usr/local/bin/chasquid \
|
||||||
|
|
||||||
# -v=3 \
|
# -v=3 \
|
||||||
# --log_dir=/var/log/chasquid/ \
|
# --log_dir=/var/log/chasquid/ \
|
||||||
# --alsologtostderr \
|
# --alsologtostderr \
|
||||||
|
|
||||||
Type = simple
|
Type=simple
|
||||||
Restart = always
|
Restart=always
|
||||||
|
|
||||||
User = mail
|
User=mail
|
||||||
Group = mail
|
Group=mail
|
||||||
|
|
||||||
# Simple security measures just in case.
|
# Simple security measures just in case.
|
||||||
ProtectSystem = full
|
ProtectSystem=full
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy = multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user