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:
parent
3e4d4afaa5
commit
789deb8730
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue