Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: call the correct binary from the service unit (ublue-os#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jan 1, 2024
1 parent d6737cb commit 075e32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dx/usr/etc/skel.d/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"window.titleBarStyle": "custom",
"editor.fontFamily": "'CaskaydiaCove Nerd Font Mono', 'Droid Sans Mono', 'monospace', monospace",
"editor.fontFamily": "'CaskaydiaCove Nerd Font Mono', 'Droid Sans Mono', 'monospace', monospace"
}
2 changes: 1 addition & 1 deletion dx/usr/lib/systemd/user/bluefin-dx-user-vscode.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=network-online.target ublue-user-setup.service

[Service]
Type=oneshot
ExecStart=/usr/bin/bluefin-dx-vscode
ExecStart=/usr/bin/bluefin-dx-user-vscode
Restart=on-failure
RestartSec=30
StartLimitInterval=0
Expand Down

0 comments on commit 075e32c

Please sign in to comment.