7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
|
# This file is a drop-in addon for standard nginx Systemd service
|
||
|
# Its purpose is to start lighttpd should nginx fail to start
|
||
|
|
||
|
[Unit]
|
||
|
Conflicts=lighttpd.service
|
||
|
OnFailure=lighttpd.service
|