Skip to content

Commit

Permalink
fix air-link path for pyenv setups
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Jul 8, 2024
1 parent 1aa230b commit b91427f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion air_link/air_link.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=multi-user.target
[Service]
Type=simple
WorkingDirectory=/home/USER/
ExecStart=/home/USER/.local/bin/air-link run
ExecStart=/bin/bash -i -c "air-link run"
User=USER
Group=USER
Restart=always
Expand Down

0 comments on commit b91427f

Please sign in to comment.