summary refs log tree commit diff
path: root/.local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat
blob: 627ff70cd7c690a432bccb33a4cd674c3d5eadcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% openrc

# OpenRC service start
doas rc-service <svc> start

# OpenRC service restart
doas rc-service <svc> restart

# OpenRC service stop
doas rc-service <svc> stop

# OpenRC service status
doas rc-service <svc> status

# OpenRC runlevel change
doas rc <runlevel>