systemctl の service の編集

以下の方法で、vi でも systemctl の設定を編集できる

# systemctl stop app@service

# export SYSTEMD_EDITOR="/usr/bin/vi"
# systemctl edit --full app@service

enakai00.hatenablog.com