mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-08 06:28:37 +08:00
15 lines
438 B
Plaintext
15 lines
438 B
Plaintext
[group:codefever-modify-authorized-keys]
|
|
programs=codefever-modify-authorized-keys
|
|
priority=20
|
|
|
|
[program:codefever-modify-authorized-keys]
|
|
command = php /data/www/codefever-community/misc/modify_authorized_keys.php modify_authorized_keys_shell_running
|
|
process_name=%(program_name)s
|
|
startsecs = 0
|
|
autostart = true
|
|
autorestart = true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|