+++
parent
cb1fa89e9a
commit
f8ea18bc74
@ -26,6 +26,7 @@ google-drive-ocamlfuse ~/"Google Диск"
|
||||
|
||||
## Установка службы
|
||||
|
||||
**Создать файл /etc/systemd/system/google-drive-<username>.service**:
|
||||
|
||||
```ini
|
||||
|
||||
@ -44,4 +45,13 @@ Type=forking
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
```
|
||||
|
||||
**Запуск службы**
|
||||
|
||||
```bash
|
||||
|
||||
systemctl enable google-drive-<username>.service
|
||||
systemctl start google-drive-<username>.service
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user