Добавить yandex-disk.service
All checks were successful
buildbot/pull_request/alt-sisyphus-pr-build Build done.

This commit is contained in:
Максим Слипенко 2025-01-04 09:01:00 +00:00
parent 129e4040ce
commit b4d8a4de77

13
yandex-disk.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=Yandex-Disk service
After=local-fs.target network.target
[Service]
Type=forking
ExecStart=/usr/bin/yandex-disk start -c %h/.config/yandex-disk/config.cfg
ExecReload=/usr/bin/killall -qw yandex-disk
RestartSec=30
Restart=always
[Install]
WantedBy=default.target