Hi,
it's a "bug" of systemd respective invoke-rc.d, which seems to strip the .sh
from the service name:
# systemctl status keymap.service
keymap.service - LSB: Set keymap
Loaded: loaded (/etc/init.d/keymap.sh)
Active: active (exited) since Sa 2013-12-21 08:48:36 CET; 1h 27min ago
See Bug
Package: console-common
Version: 0.7.87
Followup-For: Bug #723987
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Shouldn't that be /etc/systemd/system/keymap.sh.service then as it is
about keymap.sh and not console-common.sh? It still wonders me why
this happens btw.
[Unit]
Description=Console
My workaround for this issue:
/etc/systemd/system/console-screen.sh.service
[Unit]
Description=Console Screen configuration
Requires=syslog.socket
[Service]
Type=notify
ExecStart=/etc/init.d/console-screen.sh start
ExecStop=/etc/init.d/console-screen.sh stop
StandardOutput=null
[Install]
Wanted
Package: console-common
Version: 0.7.87
Severity: important
Tags: d-i
Dear Maintainer,
When trying to remove console-common through various means, I keep
running into this issue;
sudo apt-get remove console-common
Reading package lists... Done
Building dependency tree
Reading state inform
4 matches
Mail list logo