mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
Set syslog facility to mail
This commit is contained in:
parent
7e54280a9d
commit
151bd1a9c0
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ ExecStart=/home/mox/mox serve
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
Restart=always
|
Restart=always
|
||||||
ExecStop=/home/mox/mox stop
|
ExecStop=/home/mox/mox stop
|
||||||
|
SyslogFacility=mail
|
||||||
|
|
||||||
# Isolate process, reducing attack surface.
|
# Isolate process, reducing attack surface.
|
||||||
PrivateDevices=yes
|
PrivateDevices=yes
|
||||||
|
|
Loading…
Reference in a new issue