From f8ea18bc74f3da400bf574cd243e9b7956b64e93 Mon Sep 17 00:00:00 2001 From: Alexey S Date: Thu, 17 Oct 2024 10:33:00 +0300 Subject: [PATCH] +++ --- Google-Диск-в-Debian-12.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Google-Диск-в-Debian-12.md b/Google-Диск-в-Debian-12.md index 95394b2..0b381ef 100644 --- a/Google-Диск-в-Debian-12.md +++ b/Google-Диск-в-Debian-12.md @@ -26,6 +26,7 @@ google-drive-ocamlfuse ~/"Google Диск" ## Установка службы +**Создать файл /etc/systemd/system/google-drive-.service**: ```ini @@ -44,4 +45,13 @@ Type=forking [Install] WantedBy=multi-user.target +``` + +**Запуск службы** + +```bash + +systemctl enable google-drive-.service +systemctl start google-drive-.service + ``` \ No newline at end of file