Advertisement
Guest User

Untitled

a guest
Apr 12th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. root@ubuntu4:~# systemctl cat kexec.target
  2. # /lib/systemd/system/kexec.target
  3. # SPDX-License-Identifier: LGPL-2.1+
  4. #
  5. # This file is part of systemd.
  6. #
  7. # systemd is free software; you can redistribute it and/or modify it
  8. # under the terms of the GNU Lesser General Public License as published by
  9. # the Free Software Foundation; either version 2.1 of the License, or
  10. # (at your option) any later version.
  11.  
  12. [Unit]
  13. Description=Reboot via kexec
  14. Documentation=man:systemd.special(7)
  15. DefaultDependencies=no
  16. Requires=systemd-kexec.service
  17. After=systemd-kexec.service
  18. AllowIsolate=yes
  19.  
  20. [Install]
  21. Alias=ctrl-alt-del.target
  22.  
  23.  
  24. root@ubuntu4:~# systemctl cat kexec-prepare.service
  25. No files found for kexec-prepare.service.
  26.  
  27. root@ubuntu4:~# systemctl cat kexec-prepare
  28. No files found for kexec-prepare.service.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement