Accidentally deleted "services.status" file

faithalone

Verified User
Joined
Nov 4, 2021
Messages
11
I accidentally deleted /usr/local/directadmin/data/admin/services.status - is there a way to regenerate this or something?
 
Code:
da build all
maybe re-build all thing should re-write "services.status".
 
I accidentally deleted /usr/local/directadmin/data/admin/services.status - is there a way to regenerate this or something?

Hello,

By default it looks like the following:

cat /usr/local/directadmin/data/admin/services.status

Code:
sshd=ON
named=ON
lfd=ON
httpd=ON
php-fpm83=ON
mysqld=ON
rspamd=ON
exim=ON
dovecot=ON
proftpd=ON

Yours might differ. If you don't know which services to remove and which to add, then follow suggestions from the user Ohm J
 
Back
Top