Advertisement
Guest User

Untitled

a guest
Nov 30th, 2014
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [Unit]
  2. Description=Early Kernel Boot Messages
  3. Requires=local-fs.target default.target
  4. Wants=syslog.service
  5. After=local-fs.target
  6. Before=syslog.service default.target
  7. ConditionPathIsDirectory=/var/log
  8.  
  9. [Service]
  10. Type=oneshot
  11. RemainAfterExit=yes
  12. Environment=KLOGCONSOLE_PARAMS=
  13. EnvironmentFile=-/etc/sysconfig/boot
  14. ExecStart=/bin/sh -c "/bin/dmesg -r > /var/log/boot.msg"
  15.  
  16. [Install]
  17. WantedBy=basic.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement