-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
BugSomething isn't working as it shouldSomething isn't working as it shouldGood first issueFeel free to contribute :)Feel free to contribute :)
Description
What happened?
SSH login to the terminal and run systemctl restart gdm.service to enter the desktop ;Write the restart-gdm.service service, which can enter the desktop upon startup; May I ask what the reason is?
[Unit]
Description=My Custom Service
After=network.target
[Service]
Type=simple
ExecStartPre=/bin/sleep 15
ExecStart=systemctl restart gdm.service
[Install]
WantedBy=multi-user.target
How to reproduce?
[Unit]
Description=My Custom Service
After=network.target
[Service]
Type=simple
ExecStartPre=/bin/sleep 15
ExecStart=systemctl restart gdm.service
[Install]
WantedBy=multi-user.target
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 24.04 Noble
Are you building on Windows WSL2?
- Yes, my Ubuntu/Debian/OtherOS is running on WSL2
Relevant log URL
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
BugSomething isn't working as it shouldSomething isn't working as it shouldGood first issueFeel free to contribute :)Feel free to contribute :)