You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
286 B
13 lines
286 B
6 years ago
|
[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
|