Skip to content

Instantly share code, notes, and snippets.

View themisir's full-sized avatar
🐒
monke sees, monke does

Misir themisir

🐒
monke sees, monke does
View GitHub Profile
@themisir
themisir / systemctl.md
Created October 17, 2022 22:36 — forked from adriacidre/systemctl.md
Systemctl Cheatsheet

Service Management

Starting and Stopping Services

Starting

sudo systemctl start application.service

or simply

sudo systemctl start application