14 lines
223 B
SYSTEMD
14 lines
223 B
SYSTEMD
|
[Unit]
|
||
|
Description=Show Version
|
||
|
DefaultDependencies=false
|
||
|
ConditionKernelCommandLine=!morequiet
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/lsb_release
|
||
|
RemainAfterExit=yes
|
||
|
StandardOutput=tty
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=basic.target
|