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

Merge pull request #45 from tomhejra/patch-1

Delay service start after multi-user.target
This commit is contained in:
Éric Gaspar 2023-03-05 09:52:15 +01:00 committed by GitHub
commit 515631ed0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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