13 lines
286 B
INI
Executable File
13 lines
286 B
INI
Executable File
[Unit]
|
|
Description=POP, IMAP and managesieve proxy
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/perdition-{name}.pid
|
|
EnvironmentFile=-/etc/sysconfig/perdition
|
|
ExecStart=/usr/sbin/perdition.{name} $FLAGS ${NAME}_FLAGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|