Set syslog facility to mail

This commit is contained in:
KiekerJan 2024-06-29 11:23:25 +02:00 committed by Mechiel Lukkien
parent 7e54280a9d
commit 151bd1a9c0

View file

@ -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