User Tools

Site Tools


servicemanagement

Debian-Specific Service Management

Start a service:

sudo systemctl start <service>

Stop a service:

sudo systemctl stop <service>

Restart a service:

sudo systemctl restart <service>

Enable a service at boot:

sudo systemctl enable <service>

Disable a service at boot:

sudo systemctl disable <service>

Check service status: sudo

systemctl status <service>
servicemanagement.txt · Last modified: 2025/01/19 03:36 by 1211112228

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki