mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
15
systemd/piler-smtp.service
Normal file
15
systemd/piler-smtp.service
Normal file
@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Piler SMTP server
|
||||
After=network.target auditd.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/piler-smtp -d
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
RestartPreventExitStatus=255
|
||||
Type=forking
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Alias=piler-smtp.service
|
Reference in New Issue
Block a user