We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WARNING: Can't write in /var/run
To use PROJECT_USE_PID_FILE it's nesessary to run the process under daemon group:
PROJECT_USE_PID_FILE
daemon
~$ ls -lad /var/run drwxrwxr-x 33 root daemon 1122 27 Apr 19:02 /var/run
Maybe setgid() can be used to achieve this.
setgid()
ps -eo pid,uid,ruid,gid,rgid,comm | grep cmus
The text was updated successfully, but these errors were encountered:
Use stringByAppendingPathComponent instead of String concatenation. #4
595ac2d
No branches or pull requests
To use
PROJECT_USE_PID_FILE
it's nesessary to run the process underdaemon
group:Maybe
setgid()
can be used to achieve this.ps -eo pid,uid,ruid,gid,rgid,comm | grep cmus
The text was updated successfully, but these errors were encountered: