Hi all,
Could be some slackware joke but I noticed a folder named systemd
within slack 14.1
bash-4.2# ls -l /lib/systemd/system/
total 8
-rw-r--r-- 1 root root 298 Dec 31 07:38 laptop-mode.service
-rw-r--r-- 1 root root 289 Dec 10 2011 wicd.service
bash-4.2#
Can anyone else see if that folder exists if you have slack64 14.1
installed somewhere?
the file _wicd.service _was deleted when I uninstalled wicd.
laptop-mode doesn't appear to be installed
Though the file contains
bash-4.2# cat /lib/systemd/system/laptop-mode.service
[Unit]
Description=Laptop Mode Tools
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/laptop_mode init auto
ExecStop=/usr/sbin/laptop_mode init stop
ExecStopPost=/bin/rm -f /var/run/laptop-mode-tools/enabled
StandardOutput=tty
StandardError=tty
[Install]
WantedBy=multi-user.target
bash-4.2#
WTF??
Thanks