Compare commits

..

No commits in common. "78ea5dc352a2f647c9200930ed4bbd80b10cf9b0" and "95cce6d59295ba517b1b3b28f52cf50d1fd9b829" have entirely different histories.

5 changed files with 2 additions and 11 deletions

View File

@ -154,12 +154,6 @@ static Result<void> load_service(const os::Path& path)
continue;
}
if (parts[0].view() == "Description")
{
// We let users specify this in the config file, but init doesn't actually use it.
continue;
}
if (parts[0].view() == "Command")
{
if (!service.command.is_empty())

View File

@ -1,4 +1,3 @@
Name=mount-home
Description=Mount the user's home directory on a writable filesystem.
Script=/etc/startup/mount-home.sh
Name=home
Script=/etc/startup/selene-home.sh
Wait=true

View File

@ -1,4 +1,3 @@
Name=motd
Description=Show the message of the day to the user.
Command=/usr/bin/cat /etc/motd
Wait=true

View File

@ -1,4 +1,3 @@
Name=login
Description=Start the command-line login program.
Command=/usr/bin/login
Restart=true