16 lines
691 B
PHP
16 lines
691 B
PHP
<?php
|
|
|
|
return [
|
|
'units' => [
|
|
['name' => 'nginx', 'action' => 'reload'],
|
|
// ['name' => 'php8.2-fpm', 'action' => 'restart'],
|
|
['name' => 'postfix', 'action' => 'try-reload-or-restart'],
|
|
['name' => 'dovecot', 'action' => 'try-reload-or-restart'],
|
|
['name' => 'rspamd', 'action' => 'try-reload-or-restart'],
|
|
['name' => 'opendkim', 'action' => 'try-reload-or-restart'],
|
|
['name' => 'opendmarc', 'action' => 'try-reload-or-restart'],
|
|
['name' => 'clamav-daemon', 'action' => 'try-reload-or-restart'],
|
|
['name' => 'redis-server', 'action' => 'try-reload-or-restart'],
|
|
],
|
|
];
|