1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 01:35:25 +02:00

systemctl: improve mask/unmask example description (#5270)

This commit is contained in:
aherst 2021-02-17 14:56:30 -05:00 committed by GitHub
parent e9c5dbb663
commit a6984a88bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
`systemctl enable/disable {{unit}}`
- Mask/Unmask a unit, prevent it to be started on bootup:
- Mask/unmask a unit to prevent enablement and manual activation:
`systemctl mask/unmask {{unit}}`