Compare commits
No commits in common. "78ea5dc352a2f647c9200930ed4bbd80b10cf9b0" and "95cce6d59295ba517b1b3b28f52cf50d1fd9b829" have entirely different histories.
78ea5dc352
...
95cce6d592
@ -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())
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
Name=motd
|
||||
Description=Show the message of the day to the user.
|
||||
Command=/usr/bin/cat /etc/motd
|
||||
Wait=true
|
||||
|
@ -1,4 +1,3 @@
|
||||
Name=login
|
||||
Description=Start the command-line login program.
|
||||
Command=/usr/bin/login
|
||||
Restart=true
|
||||
|
Loading…
Reference in New Issue
Block a user