You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from some of the notes it looks like warp places files in a .local cache for the users when it runs for the first time, maybe this is why it doesn't work for a no login user.
Create a user with no login shell and no bin/bash
sudo useradd -r subversion
I am trying to create a systemd service which will be executed by a user of this category.
Executing the warped application using this user
sudo -u subversion ./warped
creates error
Is there a way run warped dotnet applications for users with no login shell users / no bin/bash users?
The text was updated successfully, but these errors were encountered: