I accidentally remove my file /etc/init.d/skeleton
.
Where can I get that file again?
My distribution is Raspbian.
I accidentally remove my file /etc/init.d/skeleton
.
Where can I get that file again?
My distribution is Raspbian.
Re-install initscripts
(as root
):
apt-get --reinstall install initscripts
To figure this out for yourself in future:
apt-file search /etc/init.d/skeleton
You may need to install apt-file
and run apt-file update
as root
first.
/etc/init.d/skeleton
is no more. – JdeBP Nov 10 '18 at 04:42