명령은
ps-watcher $HOME/ps-watcher.cfg
일반 사용자로 실행했는데 다음 오류가 발생했습니다.
Unable to open file handle FH for file '/var/run/ps-watcher.pid': Permission denied
ps-watcher.cfg의 내용은 다음과 같습니다.
[tint2]
occurs = none
action = /usr/bin/tint2
아이러니하게도 매뉴얼 페이지에는 ps-watcher를 루트로 실행할 필요가 없다고 나와 있습니다.
There's nothing in the ps command or ps-watcher, that requires one to run this daemon as root.
실수를 피하는 방법? /var/run/ps-watcher.pid로 경로를 변경할 수 있습니까?