blob: 200685d0b6dbd001bdfd4284e2e227fb79431021 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Console System Startup Logging
DefaultDependencies=no
After=sysinit.target
Before=shutdown.target
[Service]
Type=oneshot
ExecStart=@sbindir@/ck-log-system-start
RemainAfterExit=yes
|