사용자 도구

사이트 도구


linux:grive2

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:grive2 [2021/10/07 11:05]
kwon37xi [Debian Build Package]
linux:grive2 [2021/10/14 10:09]
kwon37xi
줄 7: 줄 7:
  
 ===== pacstall 설치 ===== ===== pacstall 설치 =====
 +  * 현재 작동안함.
 <code sh> <code sh>
 pacstall -I grive2 pacstall -I grive2
줄 105: 줄 106:
 journalctl -f --user-unit=grive-timer@$(systemd-escape google-drive).timer journalctl -f --user-unit=grive-timer@$(systemd-escape google-drive).timer
 journalctl -f --user-unit=grive-changes@$(systemd-escape google-drive).service journalctl -f --user-unit=grive-changes@$(systemd-escape google-drive).service
 +</code>
 +  * 만약 systemd 서비스가 작동하지 않는다면 ''grive-sync.sh'' 파일의 경로가 잘못됐을 수 있다.
 +  * ''/usr/lib/systemd/user/grive-timer@.service'' 혹은 ''/usr/lib/systemd/user/grive-changes@.service'' 파일에서 ''grive-sync.sh'' 파일 경로 확인.
 +  * 현재 해당 파일이 ''/lib/x86_64-linux-gnu/grive/grive-sync.sh''로 설치 됐는데, ''/usr/libexec/grive''에서 찾는 현상 발생
 +
 +<code sh>
 +cd /usr/libexec
 +sudo mkdir -p /usr/libexec/grive
 +cd /usr/libexec/grive
 +sudo ln -s /lib/x86_64-linux-gnu/grive/grive-sync.sh
 </code> </code>
  
linux/grive2.txt · 마지막으로 수정됨: 2022/07/19 16:38 저자 kwon37xi