m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/systemd.md
blob: 30ff0cde79d888741d3862d413ee86eebc454a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Systemd control

## Unit files

Find unit file for given service:

    systemctl status <service>

After editing unit file, need to reload wih

    systemctl daemon-reload