distribution/packages/sysutils/busybox/system.d/show-version.service

14 lines
223 B
SYSTEMD
Raw Normal View History

2022-02-05 14:23:32 +00:00
[Unit]
Description=Show Version
DefaultDependencies=false
ConditionKernelCommandLine=!morequiet
[Service]
Type=oneshot
ExecStart=/usr/bin/lsb_release
RemainAfterExit=yes
StandardOutput=tty
[Install]
WantedBy=basic.target