mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-18 17:27:24 +00:00
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
type = process
|
|
command = php -S 127.0.0.1:9876 /var/www/docker-aio/php/domain-validator.php
|
|
run-as = www-data
|
|
term-signal = TERM
|
|
restart = yes
|
|
options = shares-console
|