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

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