Temp-Email-Service/haraka.service
2025-02-06 17:25:31 -06:00

20 lines
506 B
Desktop File

[Unit]
Description=Haraka Email Server
After=network.target
[Service]
Type=simple
User=haraka
Group=ploi
WorkingDirectory=/home/ploi/2weekmail.fyi/src/email_server
ExecStart=/usr/bin/node /usr/lib/node_modules/Haraka/bin/haraka -c /home/ploi/2weekmail.fyi/src/email_server --debug --nodejs
StandardOutput=append:/var/log/haraka/out.log
StandardError=append:/var/log/haraka/error.log
Restart=always
RestartSec=10
ProtectSystem=full
NoNewPrivileges=true
PrivateTmp=true
[Install]
WantedBy=multi-user.target