Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Errno 2] No such file or directory: '/run/user/0/clipster.pid' #98

Closed
Eleno4kaLap opened this issue Jan 25, 2021 · 1 comment
Closed
Labels

Comments

@Eleno4kaLap
Copy link

Hello! I try run clipster -d in docker container and get
File "/usr/local/bin/clipster", line 646, in prepare_files with open(self.pid_file, 'w') as runf_w: IOError: [Errno 2] No such file or directory: '/run/user/0/clipster.pid'

Please tell me how you can solve this problem?

@mrichar1
Copy link
Owner

Docker creates it's PID file in /run/user/{uid}/clipster.pid by default. Yuo can modify the path of this file by setting pid_file to a different filename in the clipster config file. See https://github.com/mrichar1/clipster#config-file for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants