mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
This is a work in progress. The sysvinit and systemd settings aren't yet right and the configuration files copied from stretch are not likely the best starting point.
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
/etc/boot.d/boot
|
|
echo "Starting systemd..."
|
|
exec /lib/systemd/systemd
|