mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
70c2580fdc
Signed-off-by: Janos SUTO <sj@acts.hu>
16 lines
269 B
Desktop File
16 lines
269 B
Desktop File
[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
|