aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/mandriva-kmsg-loglevel.service
blob: dc89d5accecf61eec2d5079c1b31a522b6035b8d (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Set default kernel console loglevel
DefaultDependencies=no
Conflicts=shutdown.target

[Service]
EnvironmentFile=/etc/sysconfig/init
ExecStart=/bin/dmesg -n $LOGLEVEL
Type=oneshot