Changes

From SME Server
Jump to navigationJump to search
318 bytes added ,  01:50, 16 July 2021
systemd details
Line 31: Line 31:  
or  
 
or  
 
  sv t /service/httpd-e-smith
 
  sv t /service/httpd-e-smith
 +
 +
SME10
 +
How do I start, restart, stop, reload and check the status of a service (httpd.service) with systemd.
 +
 +
# systemctl start httpd-e-smith.service
 +
# systemctl restart httpd-e-smith.service
 +
# systemctl stop httpd-e-smith.service
 +
# systemctl reload httpd-e-smith.service
 +
# systemctl status httpd-e-smith.service
    
====Enable AllowOverride All/None====
 
====Enable AllowOverride All/None====

Navigation menu