petsoi@discuss.tchncs.de to Linux@lemmy.ml · 7 months agoSystemctl Command Examples in Linuxitsfoss.comexternal-linkmessage-square23fedilinkarrow-up1147arrow-down18
arrow-up1139arrow-down1external-linkSystemctl Command Examples in Linuxitsfoss.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 7 months agomessage-square23fedilink
minus-squareLemmyHead@lemmy.mllinkfedilinkarrow-up7·7 months agoHere’s some more examples: Systemctl edit: create an extension for the unit file and add some changes S edit --full: edit the full unit file (and timer too iirc) S enable --now: enable + start S disable --now: disable + stop
Here’s some more examples:
Systemctl edit
: create an extension for the unit file and add some changesS edit --full
: edit the full unit file (and timer too iirc)S enable --now:
enable + startS disable --now
: disable + stop