1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00

Delay service start after multi-user.target

Allows code server service to start after system reboot without fail: "Failed to determine user credentials: No such file or directory"
This commit is contained in:
Tomáš Hejra 2023-01-11 22:03:12 +01:00
parent 3e4d4afaa5
commit 789deb8730

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=VS Code Server Description=VS Code Server
After=network.target After=network.target multi-user.target
[Service] [Service]
Type=simple Type=simple